mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
remove 'ori.w #0x0700, %sr', must be made by the caller
This commit is contained in:
parent
c19a88328c
commit
d8928f4462
@ -26,8 +26,6 @@ enter_kernel030:
|
||||
|
||||
move.l 16(%fp), %a2
|
||||
|
||||
ori.w #0x0700, %sr
|
||||
|
||||
/* disable MMU */
|
||||
|
||||
lea -8(%fp), %a1
|
||||
|
@ -3,6 +3,7 @@
|
||||
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
||||
*
|
||||
*/
|
||||
|
||||
.chip 68040
|
||||
|
||||
.include "copymem.i"
|
||||
@ -25,8 +26,6 @@ enter_kernel040:
|
||||
|
||||
move.l 16(%fp), %a2
|
||||
|
||||
ori.w #0x0700, %sr
|
||||
|
||||
/* disable MMU */
|
||||
|
||||
moveq.l #0, %d1
|
||||
|
@ -41,10 +41,6 @@ enter_kernelPPC:
|
||||
|
||||
move.l 8(%fp), %a0
|
||||
|
||||
/* disable interrupts */
|
||||
|
||||
ori.w #0x0700, %sr
|
||||
|
||||
/* get PPC registers values */
|
||||
|
||||
move.l 12(%fp), %a1
|
||||
|
Loading…
Reference in New Issue
Block a user