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
- Lines: 22
- Date:
2004-08-07 16:26:04.608344887 -0700
- Orig file:
linux-2.4.26/arch/sparc/kernel/unaligned.c
- Orig date:
2002-02-25 11:37:56.000000000 -0800
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)