summaryrefslogtreecommitdiffstats
path: root/arch/s390/tools/gen_facilities.c
diff options
context:
space:
mode:
authorHendrik Brueckner2018-01-11 12:13:18 +0100
committerMartin Schwidefsky2018-01-23 07:36:53 +0100
commit7fbf8315fb7fc7321919e6c880d70077aded515e (patch)
treee8eeb46eee936c49fd64580f18b27eb039ea390d /arch/s390/tools/gen_facilities.c
parents390/syscalls: use generated syscall_table.h and unistd.h header files (diff)
downloadkernel-qcow2-linux-7fbf8315fb7fc7321919e6c880d70077aded515e.tar.gz
kernel-qcow2-linux-7fbf8315fb7fc7321919e6c880d70077aded515e.tar.xz
kernel-qcow2-linux-7fbf8315fb7fc7321919e6c880d70077aded515e.zip
s390/tools: generate header files in arch/s390/include/generated/
Previously, the generated dis.h and facilities.h header files have been stored in include/generated. Because they are s390 specific, store them in the arch/s390/include/generated/asm/ directory. Also update references to the header files respectively. To prevent name collisions with those header files in asm/ that include the generated ones, rename the generated headers files and add an -defs suffix. Also update the generators to create the ifdef guards respectively. Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/tools/gen_facilities.c')
-rw-r--r--arch/s390/tools/gen_facilities.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c
index 0373801d9860..424a1ba4f874 100644
--- a/arch/s390/tools/gen_facilities.c
+++ b/arch/s390/tools/gen_facilities.c
@@ -128,8 +128,8 @@ static void print_facility_lists(void)
int main(int argc, char **argv)
{
- printf("#ifndef __ASM_S390_FACILITIES__\n");
- printf("#define __ASM_S390_FACILITIES__\n");
+ printf("#ifndef __ASM_S390_FACILITY_DEFS__\n");
+ printf("#define __ASM_S390_FACILITY_DEFS__\n");
printf("/*\n");
printf(" * DO NOT MODIFY.\n");
printf(" *\n");