diff options
Diffstat (limited to 'src/soc/intel/braswell/include')
-rw-r--r-- | src/soc/intel/braswell/include/soc/pattrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/include/soc/pattrs.h b/src/soc/intel/braswell/include/soc/pattrs.h index 5cad6d0545..3383589d3e 100644 --- a/src/soc/intel/braswell/include/soc/pattrs.h +++ b/src/soc/intel/braswell/include/soc/pattrs.h @@ -29,7 +29,7 @@ struct pattrs { int stepping; const void *microcode_patch; int address_bits; - int num_cpus; + unsigned int num_cpus; unsigned int bclk_khz; }; |