diff options
Diffstat (limited to 'include/asm-sparc64/tsb.h')
| -rw-r--r-- | include/asm-sparc64/tsb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/tsb.h b/include/asm-sparc64/tsb.h index e82612cd9f33..ab55ffcb7bf4 100644 --- a/include/asm-sparc64/tsb.h +++ b/include/asm-sparc64/tsb.h | |||
| @@ -264,6 +264,7 @@ extern struct tsb_phys_patch_entry __tsb_phys_patch, __tsb_phys_patch_end; | |||
| 264 | be,a,pt %xcc, OK_LABEL; \ | 264 | be,a,pt %xcc, OK_LABEL; \ |
| 265 | mov REG4, REG1; | 265 | mov REG4, REG1; |
| 266 | 266 | ||
| 267 | #ifndef CONFIG_DEBUG_PAGEALLOC | ||
| 267 | /* This version uses a trick, the TAG is already (VADDR >> 22) so | 268 | /* This version uses a trick, the TAG is already (VADDR >> 22) so |
| 268 | * we can make use of that for the index computation. | 269 | * we can make use of that for the index computation. |
| 269 | */ | 270 | */ |
| @@ -277,5 +278,6 @@ extern struct tsb_phys_patch_entry __tsb_phys_patch, __tsb_phys_patch_end; | |||
| 277 | cmp REG3, TAG; \ | 278 | cmp REG3, TAG; \ |
| 278 | be,a,pt %xcc, OK_LABEL; \ | 279 | be,a,pt %xcc, OK_LABEL; \ |
| 279 | mov REG4, REG1; | 280 | mov REG4, REG1; |
| 281 | #endif | ||
| 280 | 282 | ||
| 281 | #endif /* !(_SPARC64_TSB_H) */ | 283 | #endif /* !(_SPARC64_TSB_H) */ |
