diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-06-20 16:36:38 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-06-20 16:36:38 -0400 |
| commit | 75ba632a01d4dc70d0a0f3a92b5ec9b4a3644b2d (patch) | |
| tree | c2f02ee30609d0d69308b4ca80d68d02a5f85552 /include/asm-mips/mach-sim/cpu-feature-overrides.h | |
| parent | 0fd1ffe0633b4b039b343b753598e6df435e034d (diff) | |
| parent | 25f42b6af09e34c3f92107b36b5aa6edc2fdba2f (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/asm-mips/mach-sim/cpu-feature-overrides.h')
| -rw-r--r-- | include/asm-mips/mach-sim/cpu-feature-overrides.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/mach-sim/cpu-feature-overrides.h b/include/asm-mips/mach-sim/cpu-feature-overrides.h index cadbe8eda79c..d9653e47d5fc 100644 --- a/include/asm-mips/mach-sim/cpu-feature-overrides.h +++ b/include/asm-mips/mach-sim/cpu-feature-overrides.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | #ifdef CONFIG_CPU_MIPS32 | 16 | #ifdef CONFIG_CPU_MIPS32 |
| 17 | #define cpu_has_tlb 1 | 17 | #define cpu_has_tlb 1 |
| 18 | #define cpu_has_4kex 1 | 18 | #define cpu_has_4kex 1 |
| 19 | #define cpu_has_4kcache 1 | 19 | #define cpu_has_4k_cache 1 |
| 20 | #define cpu_has_fpu 0 | 20 | #define cpu_has_fpu 0 |
| 21 | /* #define cpu_has_32fpr ? */ | 21 | /* #define cpu_has_32fpr ? */ |
| 22 | #define cpu_has_counter 1 | 22 | #define cpu_has_counter 1 |
| @@ -41,7 +41,7 @@ | |||
| 41 | #ifdef CONFIG_CPU_MIPS64 | 41 | #ifdef CONFIG_CPU_MIPS64 |
| 42 | #define cpu_has_tlb 1 | 42 | #define cpu_has_tlb 1 |
| 43 | #define cpu_has_4kex 1 | 43 | #define cpu_has_4kex 1 |
| 44 | #define cpu_has_4kcache 1 | 44 | #define cpu_has_4k_cache 1 |
| 45 | /* #define cpu_has_fpu ? */ | 45 | /* #define cpu_has_fpu ? */ |
| 46 | /* #define cpu_has_32fpr ? */ | 46 | /* #define cpu_has_32fpr ? */ |
| 47 | #define cpu_has_counter 1 | 47 | #define cpu_has_counter 1 |
