Commit 48990a35 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] Remove redundant aligns.

ENTRY implies ALIGN.
parent ac03cec7
......@@ -228,7 +228,6 @@ need_resched:
#define SYSENTER_RETURN 0xffffe010
# sysenter call handler stub
ALIGN
ENTRY(sysenter_entry)
sti
pushl $(__USER_DS)
......@@ -271,7 +270,6 @@ ENTRY(sysenter_entry)
# system call handler stub
ALIGN
ENTRY(system_call)
pushl %eax # save orig_eax
SAVE_ALL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment