]> git.ipfire.org Git - thirdparty/linux.git/commit
um: move asm-offsets generation into a single file
authorJohannes Berg <johannes.berg@intel.com>
Tue, 7 Oct 2025 07:14:53 +0000 (09:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 27 Oct 2025 14:07:44 +0000 (15:07 +0100)
commit6e3fc802ab86e5e3dbb76053717858ccd7675a9b
treecfde24d831bd860127cca59f8a146f917b9b436e
parentf11839c16c3f03570097f0bda61fd90272a00cb8
um: move asm-offsets generation into a single file

There's nothing subarch dependent here, and it's odd
that includes need to be done in the subarch, and then
entries defined in the common file.

Simplify the whole thing from three files into one.

Link: https://patch.msgid.link/20251007071452.367989-4-johannes@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/include/shared/common-offsets.h [deleted file]
arch/um/kernel/asm-offsets.c
arch/x86/um/shared/sysdep/kernel-offsets.h [deleted file]