aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/kernel/head.S')
-rw-r--r--arch/sparc64/kernel/head.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/sparc64/kernel/head.S b/arch/sparc64/kernel/head.S
index 2988be85147c..7840271d7aae 100644
--- a/arch/sparc64/kernel/head.S
+++ b/arch/sparc64/kernel/head.S
@@ -484,16 +484,16 @@ sparc64_boot_end:
484/* 484/*
485 * The following skip makes sure the trap table in ttable.S is aligned 485 * The following skip makes sure the trap table in ttable.S is aligned
486 * on a 32K boundary as required by the v9 specs for TBA register. 486 * on a 32K boundary as required by the v9 specs for TBA register.
487 *
488 * We align to a 32K boundary, then we have the 32K kernel TSB,
489 * then the 32K aligned trap table.
487 */ 490 */
4881: 4911:
489 .skip 0x4000 + _start - 1b 492 .skip 0x4000 + _start - 1b
490 493
491#ifdef CONFIG_SBUS 494 .globl swapper_tsb
492/* This is just a hack to fool make depend config.h discovering 495swapper_tsb:
493 strategy: As the .S files below need config.h, but 496 .skip (32 * 1024)
494 make depend does not find it for them, we include config.h
495 in head.S */
496#endif
497 497
498! 0x0000000000408000 498! 0x0000000000408000
499 499