Merge changes from linux-2.6 by hand

This commit is contained in:
Paul Mackerras
2005-10-22 16:51:34 +10:00
177 changed files with 2334 additions and 1847 deletions

View File

@@ -15,6 +15,7 @@
#define PPC_FEATURE_HAS_SPE 0x00800000
#define PPC_FEATURE_HAS_EFP_SINGLE 0x00400000
#define PPC_FEATURE_HAS_EFP_DOUBLE 0x00200000
#define PPC_FEATURE_NO_TB 0x00100000
#ifdef __KERNEL__
#ifndef __ASSEMBLY__