Merge ../linux-2.6

This commit is contained in:
Paul Mackerras
2006-05-19 15:02:42 +10:00
288 changed files with 6518 additions and 2684 deletions

View File

@@ -20,6 +20,7 @@
/* This must match what is in arch/ppc/Makefile */
#define PAGE_OFFSET CONFIG_KERNEL_START
#define KERNELBASE PAGE_OFFSET
#define is_kernel_addr(x) ((x) >= PAGE_OFFSET)
#ifndef __ASSEMBLY__