UPSTREAM: cpu/intel: Add int to unsigned
Fix the following warning detected by checkpatch.pl:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
TEST=Build and run on Galileo Gen2
Change-Id: I48858d8d7a2ace1f719ba46b5cb5f7751a9a8518
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 73a2894203
Original-Change-Id: I207713a3370e5a9abed4535187aa2aaeef502d6f
Original-Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Original-Reviewed-on: https://review.coreboot.org/18848
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://chromium-review.googlesource.com/456245
This commit is contained in:
parent
2c7bf24321
commit
368252ec7e
13 changed files with 24 additions and 24 deletions
|
|
@ -53,7 +53,7 @@ int intel_ht_sibling(void)
|
|||
|
||||
void intel_sibling_init(struct device *cpu)
|
||||
{
|
||||
unsigned i, siblings;
|
||||
unsigned int i, siblings;
|
||||
struct cpuid_result result;
|
||||
|
||||
/* On the bootstrap processor see if I want sibling cpus enabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue