Skip to content

Commit 2560014

Browse files
author
Al Viro
committed
loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.h
For loongarch and xtensa that gets them to do what x86 et.al. are doing - have asm/param.h resolve to uapi variant, which is generated by mandatory-y += param.h and contains exact same include. On um it will resolve to x86 uapi variant instead, which also contains the same include (um doesn't have uapi headers, but it does build the host ones). Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent f65bbf0 commit 2560014

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

arch/loongarch/include/asm/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ generic-y += user.h
1010
generic-y += ioctl.h
1111
generic-y += mmzone.h
1212
generic-y += statfs.h
13-
generic-y += param.h
1413
generic-y += text-patching.h

arch/um/include/asm/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ generic-y += mcs_spinlock.h
1515
generic-y += mmiowb.h
1616
generic-y += module.h
1717
generic-y += module.lds.h
18-
generic-y += param.h
1918
generic-y += parport.h
2019
generic-y += percpu.h
2120
generic-y += preempt.h

arch/xtensa/include/asm/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ generated-y += syscall_table.h
33
generic-y += extable.h
44
generic-y += kvm_para.h
55
generic-y += mcs_spinlock.h
6-
generic-y += param.h
76
generic-y += parport.h
87
generic-y += qrwlock.h
98
generic-y += qspinlock.h

0 commit comments

Comments
 (0)