From: James S. <jsi...@us...> - 2001-08-20 16:27:36
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv4386 Modified Files: pci_channel.h Log Message: Dropped in files for PCI handling. Index: pci_channel.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/pci_channel.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pci_channel.h 2001/07/07 19:37:24 1.1 --- pci_channel.h 2001/08/20 16:27:33 1.2 *************** *** 11,25 **** #include <linux/pci.h> - #ifdef CONFIG_LL_DEBUG - #include <linux/kernel.h> - #define MIPS_ASSERT(x) if (!(x)) { panic("MIPS_ASSERT failed at %s:%d\n", __FILE__, __LINE__); } - #define MIPS_VERIFY(x, y) MIPS_ASSERT(x y) - #define MIPS_DEBUG(x) do { x; } while (0) - #else - #define MIPS_ASSERT(x) - #define MIPS_VERIFY(x, y) x - #define MIPS_DEBUG(x) - #endif - /* * Each pci channel is a top-level PCI bus seem by CPU. A machine with --- 11,14 ---- |