diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2021-09-02 12:32:23 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2021-09-02 12:32:23 +0000 |
commit | d978bcb4707b9cf3ccf4148ca1b81cff4e76827f (patch) | |
tree | fb72200327130afe9cd14e5f74068aa68f77e7f9 /sys/arch/i386 | |
parent | ce34c963eeb7c1c54b742dbba0e10fc2c0e528c9 (diff) |
trailing whitespace
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/locore.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 0c5607fe38a..c51416aacd8 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.191 2020/05/17 13:48:31 deraadt Exp $ */ +/* $OpenBSD: locore.s,v 1.192 2021/09/02 12:32:22 jasper Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -443,7 +443,7 @@ ENTRY(kcopy) leave #endif ret - + /*****************************************************************************/ /* @@ -462,8 +462,8 @@ ENTRY(copyout) #endif pushl %esi pushl %edi - pushl $0 - + pushl $0 + movl 16+FPADD(%esp),%esi movl 20+FPADD(%esp),%edi movl 24+FPADD(%esp),%eax @@ -520,7 +520,7 @@ ENTRY(copyin) pushl $0 movl $_C_LABEL(copy_fault),PCB_ONFAULT(%eax) SMAP_STAC - + movl 16+FPADD(%esp),%esi movl 20+FPADD(%esp),%edi movl 24+FPADD(%esp),%eax @@ -809,7 +809,7 @@ ENTRY(longjmp) #endif /* DDB */ /*****************************************************************************/ - + /* * cpu_switchto(struct proc *old, struct proc *new) * Switch from the "old" proc to the "new" proc. If "old" is NULL, we @@ -876,8 +876,8 @@ switch_exited: cmpl PCB_FPCPU(%ebx), %esi jz 1f orl $CR0_TS,%ecx -1: -#endif +1: +#endif movl %ecx,%cr0 /* Interrupts are okay again. */ |