Skip to content

Commit

Permalink
x86: head_64.S - remove useless balign
Browse files Browse the repository at this point in the history
Impact: cleanup

NEXT_PAGE already has 'balign' so no
need to keep this redundant one.

Signed-off-by: Cyrill Gorcunov <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
cyrillos authored and Ingo Molnar committed Feb 24, 2009
1 parent 30d697f commit 2a0b100
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ early_idt_ripmsg:
#endif /* CONFIG_EARLY_PRINTK */
.previous

.balign PAGE_SIZE

#define NEXT_PAGE(name) \
.balign PAGE_SIZE; \
ENTRY(name)
Expand Down

0 comments on commit 2a0b100

Please sign in to comment.