]> Git Repo - linux.git/blob - arch/ia64/scripts/check-text-align.S
audit: Move audit_log_task declaration under CONFIG_AUDITSYSCALL
[linux.git] / arch / ia64 / scripts / check-text-align.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2         .proc foo
3         .prologue
4 foo:    .save rp, r2
5         nop 0
6         .align 64
7         .endp foo
This page took 0.035833 seconds and 4 git commands to generate.