Messages in this thread Patch in this message |  | | Subject | PATCH: nor PPC people ;) | Date | Sat, 15 Feb 2003 19:25:24 +0000 (GMT) | From | Alan Cox <> |
| |
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.61/arch/ppc/boot/simple/rw4/ppc_40x.h linux-2.5.61-ac1/arch/ppc/boot/simple/rw4/ppc_40x.h --- linux-2.5.61/arch/ppc/boot/simple/rw4/ppc_40x.h 2003-02-10 18:38:00.000000000 +0000 +++ linux-2.5.61-ac1/arch/ppc/boot/simple/rw4/ppc_40x.h 2003-02-14 23:10:29.000000000 +0000 @@ -41,9 +41,9 @@ #define dbsr 0x3f0 /* debug status register */ #define dccr 0x3fa /* data cache control reg. */ #define dcwr 0x3ba /* data cache write-thru reg */ -#define dear 0x3d5 /* data exeption address reg */ -#define esr 0x3d4 /* execption syndrome registe */ -#define evpr 0x3d6 /* exeption vector prefix reg */ +#define dear 0x3d5 /* data exception address reg */ +#define esr 0x3d4 /* exception syndrome registe */ +#define evpr 0x3d6 /* exception vector prefix reg */ #define iccr 0x3fb /* instruction cache cntrl re */ #define icdbdr 0x3d3 /* instr cache dbug data reg */ #define lrreg 0x008 /* link register */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |