mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
x86/platform/amd: Add standard header guards to <asm/amd/ibs.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Borislav Petkov (AMD) <bp@alien8.de> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mario Limonciello <superm1@kernel.org> Link: https://lore.kernel.org/r/20250413084144.3746608-3-mingo@kernel.org
This commit is contained in:
parent
3846389c03
commit
861c6b1185
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
|
#ifndef _ASM_X86_AMD_IBS_H
|
||||||
|
#define _ASM_X86_AMD_IBS_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* From PPR Vol 1 for AMD Family 19h Model 01h B1
|
* From PPR Vol 1 for AMD Family 19h Model 01h B1
|
||||||
* 55898 Rev 0.35 - Feb 5, 2021
|
* 55898 Rev 0.35 - Feb 5, 2021
|
||||||
|
@ -151,3 +154,5 @@ struct perf_ibs_data {
|
||||||
};
|
};
|
||||||
u64 regs[MSR_AMD64_IBS_REG_COUNT_MAX];
|
u64 regs[MSR_AMD64_IBS_REG_COUNT_MAX];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif /* _ASM_X86_AMD_IBS_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue