Skip to content

Commit 6240553

Browse files
committed
parisc/pdc: Add width field to struct pdc_model
PDC2.0 specifies the additional PSW-bit field. Signed-off-by: Helge Deller <deller@gmx.de> Cc: stable@vger.kernel.org
1 parent ad4aa06 commit 6240553

File tree

1 file changed

+1
-0
lines changed
  • arch/parisc/include/uapi/asm

1 file changed

+1
-0
lines changed

arch/parisc/include/uapi/asm/pdc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ struct pdc_model { /* for PDC_MODEL */
472472
unsigned long arch_rev;
473473
unsigned long pot_key;
474474
unsigned long curr_key;
475+
unsigned long width; /* default of PSW_W bit (1=enabled) */
475476
};
476477

477478
struct pdc_cache_cf { /* for PDC_CACHE (I/D-caches) */

0 commit comments

Comments
 (0)