s390/cache: change type from unsigned long long to unsigned long
authorHeiko Carstens <hca@linux.ibm.com>
Sun, 22 Jan 2023 18:13:03 +0000 (19:13 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 25 Jan 2023 19:51:09 +0000 (20:51 +0100)
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>
arch/s390/kernel/cache.c

index 7ee3651..56254fa 100644 (file)
@@ -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[] = {