x86: head_64.S - remove useless balign
Impact: cleanup NEXT_PAGE already has 'balign' so no need to keep this redundant one. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Cc: heukelum@fastmail.fm Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
30d697fa3a
commit
2a0b100111
@@ -329,8 +329,6 @@ early_idt_ripmsg:
|
|||||||
#endif /* CONFIG_EARLY_PRINTK */
|
#endif /* CONFIG_EARLY_PRINTK */
|
||||||
.previous
|
.previous
|
||||||
|
|
||||||
.balign PAGE_SIZE
|
|
||||||
|
|
||||||
#define NEXT_PAGE(name) \
|
#define NEXT_PAGE(name) \
|
||||||
.balign PAGE_SIZE; \
|
.balign PAGE_SIZE; \
|
||||||
ENTRY(name)
|
ENTRY(name)
|
||||||
|
Reference in New Issue
Block a user