Minor optimization
This commit is contained in:
parent
d337ec5e10
commit
47f78af238
|
@ -25,7 +25,7 @@ inb:
|
||||||
.global iowait
|
.global iowait
|
||||||
.type iowait, @function
|
.type iowait, @function
|
||||||
iowait:
|
iowait:
|
||||||
mov $0x0, %eax
|
xor %eax, %eax
|
||||||
outb %al, $0x80
|
outb %al, $0x80
|
||||||
|
|
||||||
/* return 0 */
|
/* return 0 */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user