.. | .. |
---|
7 | 7 | # current variable will break so for 64-bit kernels we have to raise the start |
---|
8 | 8 | # address by 8kb. |
---|
9 | 9 | # |
---|
10 | | -platform-$(CONFIG_SGI_IP22) += sgi-ip22/ |
---|
11 | 10 | cflags-$(CONFIG_SGI_IP22) += -I$(srctree)/arch/mips/include/asm/mach-ip22 |
---|
12 | 11 | ifdef CONFIG_32BIT |
---|
13 | 12 | load-$(CONFIG_SGI_IP22) += 0xffffffff88002000 |
---|
.. | .. |
---|
29 | 28 | $(error gcc doesn't support needed option -mr10k-cache-barrier=store) |
---|
30 | 29 | endif |
---|
31 | 30 | endif |
---|
32 | | -platform-$(CONFIG_SGI_IP28) += sgi-ip22/ |
---|
33 | 31 | cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28 |
---|
34 | 32 | load-$(CONFIG_SGI_IP28) += 0xa800000020004000 |
---|