diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-12 00:35:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-12 00:35:36 -0400 |
commit | 4c84d26c9a61627fb537e50397fdf59168f9adca (patch) | |
tree | 775bab054523f06eed6f6e0cdecb7d5861383349 /arch/sparc/kernel/entry.S | |
parent | db41cf2df6c16cec5bc7834b6932a276dc49324e (diff) |
sparc32: Remove sun4c tlb/vac insn patching from entry.S
No longer used.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/entry.S')
-rw-r--r-- | arch/sparc/kernel/entry.S | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/arch/sparc/kernel/entry.S b/arch/sparc/kernel/entry.S index 4976d655c9c3..5e7579971b3e 100644 --- a/arch/sparc/kernel/entry.S +++ b/arch/sparc/kernel/entry.S | |||
@@ -761,43 +761,6 @@ linux_trap_ipi15_sun4m: | |||
761 | #endif /* CONFIG_SMP */ | 761 | #endif /* CONFIG_SMP */ |
762 | 762 | ||
763 | .align 4 | 763 | .align 4 |
764 | .globl invalid_segment_patch1_ff | ||
765 | .globl invalid_segment_patch2_ff | ||
766 | invalid_segment_patch1_ff: cmp %l4, 0xff | ||
767 | invalid_segment_patch2_ff: mov 0xff, %l3 | ||
768 | |||
769 | .align 4 | ||
770 | .globl invalid_segment_patch1_1ff | ||
771 | .globl invalid_segment_patch2_1ff | ||
772 | invalid_segment_patch1_1ff: cmp %l4, 0x1ff | ||
773 | invalid_segment_patch2_1ff: mov 0x1ff, %l3 | ||
774 | |||
775 | .align 4 | ||
776 | .globl num_context_patch1_16, num_context_patch2_16 | ||
777 | num_context_patch1_16: mov 0x10, %l7 | ||
778 | num_context_patch2_16: mov 0x10, %l7 | ||
779 | |||
780 | .align 4 | ||
781 | .globl vac_linesize_patch_32 | ||
782 | vac_linesize_patch_32: subcc %l7, 32, %l7 | ||
783 | |||
784 | .align 4 | ||
785 | .globl vac_hwflush_patch1_on, vac_hwflush_patch2_on | ||
786 | |||
787 | /* | ||
788 | * Ugly, but we can't use hardware flushing on the sun4 and we'd require | ||
789 | * two instructions (Anton) | ||
790 | */ | ||
791 | vac_hwflush_patch1_on: addcc %l7, -PAGE_SIZE, %l7 | ||
792 | |||
793 | vac_hwflush_patch2_on: sta %g0, [%l3 + %l7] ASI_HWFLUSHSEG | ||
794 | |||
795 | .globl invalid_segment_patch1, invalid_segment_patch2 | ||
796 | .globl num_context_patch1 | ||
797 | .globl vac_linesize_patch, vac_hwflush_patch1 | ||
798 | .globl vac_hwflush_patch2 | ||
799 | |||
800 | .align 4 | ||
801 | .globl srmmu_fault | 764 | .globl srmmu_fault |
802 | srmmu_fault: | 765 | srmmu_fault: |
803 | mov 0x400, %l5 | 766 | mov 0x400, %l5 |