projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb7636
)
s390/cache: change type from unsigned long long to unsigned long
author
Heiko Carstens
<hca@linux.ibm.com>
Sun, 22 Jan 2023 18:13:03 +0000
(19:13 +0100)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/cache.c
b/arch/s390/kernel/cache.c
index 7ee3651d00abe8f4bd78cb739377ac53212189e2..56254fa06f990614179c1f357f7c9f28afafc7cb 100644
(file)
--- a/
arch/s390/kernel/cache.c
+++ b/
arch/s390/kernel/cache.c
@@
-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[] = {