From: James S. <jsi...@us...> - 2001-10-31 18:46:36
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv17790 Modified Files: au1000.h Log Message: Minor sync to Ralph's tree. Indent issues only. Index: au1000.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/au1000.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- au1000.h 2001/10/31 06:16:24 1.9 +++ au1000.h 2001/10/31 18:46:34 1.10 @@ -54,20 +54,20 @@ void static inline outb_sync(u8 val, int reg) { - outb(val, reg); - au_sync(); + outb(val, reg); + au_sync(); } void static inline outw_sync(u16 val, int reg) { - outw(val, reg); - au_sync(); + outw(val, reg); + au_sync(); } void static inline outl_sync(u32 val, int reg) { - outl(val, reg); - au_sync(); + outl(val, reg); + au_sync(); } /* arch/mips/au1000/common/clocks.c */ |