patch-2.4.27 linux-2.4.27/arch/sparc/kernel/unaligned.c

Next file: linux-2.4.27/arch/sparc/mm/fault.c
Previous file: linux-2.4.27/arch/sparc/kernel/process.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/arch/sparc/kernel/unaligned.c linux-2.4.27/arch/sparc/kernel/unaligned.c
@@ -136,8 +136,8 @@
 	return &win->locals[reg - 16];
 }
 
-static inline unsigned long compute_effective_address(struct pt_regs *regs,
-						      unsigned int insn)
+static unsigned long compute_effective_address(struct pt_regs *regs,
+					       unsigned int insn)
 {
 	unsigned int rs1 = (insn >> 14) & 0x1f;
 	unsigned int rs2 = insn & 0x1f;
@@ -152,8 +152,8 @@
 	}
 }
 
-static inline unsigned long safe_compute_effective_address(struct pt_regs *regs,
-							   unsigned int insn)
+unsigned long safe_compute_effective_address(struct pt_regs *regs,
+					     unsigned int insn)
 {
 	unsigned int rs1 = (insn >> 14) & 0x1f;
 	unsigned int rs2 = insn & 0x1f;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)