X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Far7%2Fpatches-2.6.30%2F100-board_support.patch;h=079f9c0a8c0043fb7ddec9dbb3814cabf4a5b9fd;hb=6da3163ec75863d4d7345d1cfada517ddacacd34;hp=c3fad1653a71b3f36ddab9c4ea369a67e3dcceb6;hpb=cc910c6802f8fe8041d4d2b13531e5c50c6ee239;p=openwrt-10.03%2F.git diff --git a/target/linux/ar7/patches-2.6.30/100-board_support.patch b/target/linux/ar7/patches-2.6.30/100-board_support.patch index c3fad1653..079f9c0a8 100644 --- a/target/linux/ar7/patches-2.6.30/100-board_support.patch +++ b/target/linux/ar7/patches-2.6.30/100-board_support.patch @@ -27,7 +27,7 @@ --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c -@@ -1203,9 +1203,22 @@ void *set_except_vector(int n, void *add +@@ -1256,9 +1256,22 @@ void *set_except_vector(int n, void *add exception_handlers[n] = handler; if (n == 0 && cpu_has_divec) { @@ -55,7 +55,7 @@ } --- a/arch/mips/Makefile +++ b/arch/mips/Makefile -@@ -167,6 +167,13 @@ libs-$(CONFIG_SIBYTE_CFE) += arch/mips/s +@@ -174,6 +174,13 @@ libs-$(CONFIG_SIBYTE_CFE) += arch/mips/s # # @@ -71,7 +71,7 @@ core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/ --- a/arch/mips/include/asm/page.h +++ b/arch/mips/include/asm/page.h -@@ -182,8 +182,10 @@ typedef struct { unsigned long pgprot; } +@@ -185,8 +185,10 @@ typedef struct { unsigned long pgprot; } #define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)