mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 05:02:31 +00:00
s390/cache: change type from unsigned long long to unsigned long
The unsigned long long type is a leftover of the 31 bit area. Get rid of it. Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
parent
7cb7636a1a
commit
7a725b7702
@ -46,7 +46,7 @@ struct cache_info {
|
||||
#define CACHE_MAX_LEVEL 8
|
||||
union cache_topology {
|
||||
struct cache_info ci[CACHE_MAX_LEVEL];
|
||||
unsigned long long raw;
|
||||
unsigned long raw;
|
||||
};
|
||||
|
||||
static const char * const cache_type_string[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user