summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/entry.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-17 23:32:45 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-17 23:32:45 +0000
commitbb382d1cd598a97151a0edf5ac26e36afb0a64ce (patch)
treefd9f0ca1b31e5af2faa0d7165e6fd0fbb5524ebf /arch/mips64/kernel/entry.S
parentaf38bda129551834653720f277a920d7d284bd3d (diff)
- IOC3 driver now will panic when encountering a RX/TX PCI DMA error.
- IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.
Diffstat (limited to 'arch/mips64/kernel/entry.S')
-rw-r--r--arch/mips64/kernel/entry.S14
1 files changed, 5 insertions, 9 deletions
diff --git a/arch/mips64/kernel/entry.S b/arch/mips64/kernel/entry.S
index 05bbee928..1206a68c3 100644
--- a/arch/mips64/kernel/entry.S
+++ b/arch/mips64/kernel/entry.S
@@ -21,13 +21,12 @@
.text
.set noreorder
.align 4
-EXPORT(ret_from_fork)
+FEXPORT(ret_from_fork)
jal schedule_tail
move a0, v0 # prev
j ret_from_sys_call
nop
-EXPORT(handle_bottom_half)
- .type handle_bottom_half,@function
+FEXPORT(handle_bottom_half)
jal do_bottom_half
nop
b 9f
@@ -36,10 +35,8 @@ EXPORT(handle_bottom_half)
reschedule: jal schedule
nop
-EXPORT(ret_from_sys_call)
- .type ret_from_sys_call,@function
-EXPORT(ret_from_irq)
- .type ret_from_irq,@function
+FEXPORT(ret_from_sys_call)
+FEXPORT(ret_from_irq)
ld t0, bh_mask
ld t1, bh_active # unused delay slot
and t0, t1
@@ -57,8 +54,7 @@ EXPORT(ret_from_irq)
jal do_signal
move a1, sp
-EXPORT(return) .set noat
- .type return,@function
+FEXPORT(return) .set noat
RESTORE_ALL
eret
.set at