commit | 2a526c30bb6f350ff166c313c97769f9aacec71d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Dec 14 13:16:51 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 08:54:37 2023 -0500 |
tree | 0c684c44b00553654c610cfdb7a67e46468854a9 | |
parent | 0843f91b6ce6265f0b24c9f4c271c2c103744fc7 [diff] |
m68k: Rework asm/global_data.h slightly In the architecture global data, replace the one case of u32 with unsigned long. Now, we can drop config.h here but then do need to add it in two m68k-centric spaces. Acked-by: Angelo Dureghello <angelo@kernel-space.org> Signed-off-by: Tom Rini <trini@konsulko.com>