From: James S. <jsi...@us...> - 2001-12-26 21:08:36
|
Update of /cvsroot/linuxconsole/ruby/linux/include/asm-alpha In directory usw-pr-cvs1:/tmp/cvs-serv21051/include/asm-alpha Modified Files: page.h Log Message: Synced to 2.5.1. The USB stuff has changed thus breaking the HID stuff. Index: page.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/asm-alpha/page.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- page.h 2001/10/15 01:13:17 1.2 +++ page.h 2001/12/26 21:08:33 1.3 @@ -64,6 +64,7 @@ do_BUG(__FILE__, __LINE__); \ __asm__ __volatile__("call_pal %0 # bugchk" : : "i" (PAL_bugchk)); \ } while (0) + #define PAGE_BUG(page) BUG() /* Pure 2^n version of get_order */ |