mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
x86/cpuid: Align macro linebreaks vertically
Align the backspaces vertically again, after recent cleanups. No functional changes. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Ahmed S. Darwish <darwi@linutronix.de> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: https://lore.kernel.org/r/20250414094130.6768-1-bp@kernel.org
This commit is contained in:
parent
0a35c9280a
commit
9fb6938d55
|
|
@ -36,9 +36,9 @@ static inline void native_cpuid(u32 *eax, u32 *ebx,
|
|||
}
|
||||
|
||||
#define NATIVE_CPUID_REG(reg) \
|
||||
static inline u32 native_cpuid_##reg(u32 op) \
|
||||
static inline u32 native_cpuid_##reg(u32 op) \
|
||||
{ \
|
||||
u32 eax = op, ebx, ecx = 0, edx; \
|
||||
u32 eax = op, ebx, ecx = 0, edx; \
|
||||
\
|
||||
native_cpuid(&eax, &ebx, &ecx, &edx); \
|
||||
\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user