X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fparisc%2Fhpux%2Fgate.S;h=38a1c1b8d4e8e11093b3a35db9d95ca98749ed1a;hb=8d7c294cae6fd1474d88267810d1965f60a903af;hp=0b9d5b1e4b37e0ccec15e8e3c819071f47adf422;hpb=c207908fcc451e31d7fbba31541bd04f93787eb4;p=~andy%2Flinux diff --git a/arch/parisc/hpux/gate.S b/arch/parisc/hpux/gate.S index 0b9d5b1e4b3..38a1c1b8d4e 100644 --- a/arch/parisc/hpux/gate.S +++ b/arch/parisc/hpux/gate.S @@ -20,7 +20,7 @@ .import hpux_call_table .import hpux_syscall_exit,code - .align 4096 + .align PAGE_SIZE ENTRY(hpux_gateway_page) nop #ifdef CONFIG_64BIT @@ -103,5 +103,5 @@ syscall_nosys: ldo -ENOSYS(%r0),%r28 ENDPROC(hpux_gateway_page) - .align 4096 + .align PAGE_SIZE ENTRY(end_hpux_gateway_page)