projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4aa06
)
parisc/pdc: Add width field to struct pdc_model
author
Helge Deller
<deller@gmx.de>
Sun, 22 Oct 2023 09:48:11 +0000
(11:48 +0200)
committer
Helge Deller
<deller@gmx.de>
Mon, 30 Oct 2023 13:54:41 +0000
(14:54 +0100)
PDC2.0 specifies the additional PSW-bit field.
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org
arch/parisc/include/uapi/asm/pdc.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/uapi/asm/pdc.h
b/arch/parisc/include/uapi/asm/pdc.h
index
cefdda9
..
fef4f2e
100644
(file)
--- a/
arch/parisc/include/uapi/asm/pdc.h
+++ b/
arch/parisc/include/uapi/asm/pdc.h
@@
-472,6
+472,7
@@
struct pdc_model { /* for PDC_MODEL */
unsigned long arch_rev;
unsigned long pot_key;
unsigned long curr_key;
+ unsigned long width; /* default of PSW_W bit (1=enabled) */
};
struct pdc_cache_cf { /* for PDC_CACHE (I/D-caches) */