Skip to content

Commit 7b9b54e

Browse files
pa1guptaIngo Molnar
authored andcommitted
x86/cpu: Fix the description of X86_MATCH_VFM_STEPS()
The comments needs to reflect an implementation change. No functional change. Signed-off-by: Pawan Gupta <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent da414d3 commit 7b9b54e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/x86/include/asm/cpu_device_id.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,11 @@
209209

210210
#define __X86_STEPPINGS(mins, maxs) GENMASK(maxs, mins)
211211
/**
212-
* X86_MATCH_VFM_STEPPINGS - Match encoded vendor/family/model/stepping
212+
* X86_MATCH_VFM_STEPS - Match encoded vendor/family/model and steppings
213+
* range.
213214
* @vfm: Encoded 8-bits each for vendor, family, model
214-
* @steppings: Bitmask of steppings to match
215+
* @min_step: Lowest stepping number to match
216+
* @max_step: Highest stepping number to match
215217
* @data: Driver specific data or NULL. The internal storage
216218
* format is unsigned long. The supplied value, pointer
217219
* etc. is cast to unsigned long internally.

0 commit comments

Comments
 (0)