
17 Aug
2012
17 Aug
'12
9:38 p.m.
On Friday 17 August 2012 11:30:49 Zhizhou Zhang wrote:
remove cache init
this commit message doesn't make much sense. if it meant to be covering what changed since v1, put it below the "---" marker below.
--- /dev/null +++ b/arch/mips/cpu/mips64/start.S
- .globl _start
- .text
+_start:
include linux/linkage.h, then use: ENTRY(_start)
you'll probably want to review the .S file for other places to use ENTRY() and LENTRY() and ENDPROC() and END(). -mike