···11+/* SPDX-License-Identifier: GPL-2.0 */22+#ifndef __ASM_MACH_N64_KMALLOC_H33+#define __ASM_MACH_N64_KMALLOC_H44+55+/* The default of 128 bytes wastes too much, use 32 (the largest cacheline, I) */66+#define ARCH_DMA_MINALIGN L1_CACHE_BYTES77+88+#endif /* __ASM_MACH_N64_KMALLOC_H */
+6
arch/mips/n64/Makefile
···11+# SPDX-License-Identifier: GPL-2.022+#33+# Nintendo 6444+#55+66+obj-y := init.o irq.o
+7
arch/mips/n64/Platform
···11+# SPDX-License-Identifier: GPL-2.022+#33+# Nintendo 6444+#55+66+cflags-$(CONFIG_MACH_NINTENDO64) += -I$(srctree)/arch/mips/include/asm/mach-n6477+load-$(CONFIG_MACH_NINTENDO64) += 0xffffffff80101000