oops. prepare_usermode() died in August 2000 in the MI and x86 code.
Issue raised by: scottl
This commit is contained in:
parent
a69a66d079
commit
e634a8c804
@ -315,14 +315,6 @@ LEAF(restorefpstate, 1)
|
||||
RET
|
||||
END(restorefpstate)
|
||||
|
||||
/*
|
||||
* When starting init, call this to configure the process for user
|
||||
* mode. This will be inherited by other processes.
|
||||
*/
|
||||
LEAF_NOPROFILE(prepare_usermode, 0)
|
||||
RET
|
||||
END(prepare_usermode)
|
||||
|
||||
.data
|
||||
EXPORT(proc0paddr)
|
||||
.quad 0
|
||||
|
@ -184,13 +184,6 @@ XENTRY(esigcode)
|
||||
.quad esigcode-sigcode
|
||||
.text
|
||||
|
||||
/*
|
||||
* When starting init, call this to configure the process for user
|
||||
* mode. This will be inherited by other processes.
|
||||
*/
|
||||
ENTRY_NOPROFILE(prepare_usermode, 0)
|
||||
END(prepare_usermode)
|
||||
|
||||
.data
|
||||
EXPORT(proc0paddr)
|
||||
.quad 0
|
||||
|
@ -184,13 +184,6 @@ XENTRY(esigcode)
|
||||
.quad esigcode-sigcode
|
||||
.text
|
||||
|
||||
/*
|
||||
* When starting init, call this to configure the process for user
|
||||
* mode. This will be inherited by other processes.
|
||||
*/
|
||||
ENTRY_NOPROFILE(prepare_usermode, 0)
|
||||
END(prepare_usermode)
|
||||
|
||||
.data
|
||||
EXPORT(proc0paddr)
|
||||
.quad 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user