patch-2.2.19 linux/include/asm-alpha/page.h
Next file: linux/include/asm-alpha/pgtable.h
Previous file: linux/include/asm-alpha/mmu_context.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sun Mar 25 11:37:39 2001
- Orig file:
v2.2.18/include/asm-alpha/page.h
- Orig date:
Sun Mar 25 11:28:36 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/include/asm-alpha/page.h linux/include/asm-alpha/page.h
@@ -120,6 +120,10 @@
#endif /* STRICT_MM_TYPECHECKS */
#endif /* !ASSEMBLY */
+#if !defined(BUG)
+#define BUG() __asm__ __volatile__("call_pal 129 # bugchk")
+#endif
+
/* to align the pointer to the (next) page boundary */
#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)