From: Paul M. <le...@us...> - 2001-10-24 01:55:22
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv6031 Modified Files: korva.h Log Message: Obvious typo fix. Wonder how this one got by. Index: korva.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/korva.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- korva.h 2001/08/23 19:13:56 1.1 +++ korva.h 2001/10/24 01:55:17 1.2 @@ -13,7 +13,7 @@ ************************************************************************ */ -#define KORVA_A_GMRdefine KORVA_A_GMR 0xF000 /* R/W General Mode Register */ +#define KORVA_A_GMR 0xF000 /* R/W General Mode Register */ #define KORVA_A_GSR 0xF004 /* R General Status Register */ #define KORVA_A_IMR 0xF008 /* R/W Interrupt Mask Register */ #define KORVA_A_RQU 0xF00C /* R Receive Queue Underrunning */ |