Remove a gratuitous align directive after the endp directive for
IVT entries.
This commit is contained in:
parent
31bc3942e5
commit
67f79f5a15
@ -608,8 +608,7 @@ END(exception_restore)
|
|||||||
ivt_##name:
|
ivt_##name:
|
||||||
|
|
||||||
#define IVT_END(name) \
|
#define IVT_END(name) \
|
||||||
.endp ivt_##name; \
|
.endp ivt_##name
|
||||||
.align 0x100
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The IA64 Interrupt Vector Table (IVT) contains 20 slots with 64
|
* The IA64 Interrupt Vector Table (IVT) contains 20 slots with 64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user