diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-08-23 10:30:02 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-08-23 10:30:02 -0700 |
| commit | b6b019a1d9b90ac51174f0ca15b1338b61506bf9 (patch) | |
| tree | 0b15f94cf2ed3aec9863cc506d69cfc7b296c5c6 /include/uapi/linux | |
| parent | 66ec24c5d7a047f5b06ee1deb1d0a2869b1791bd (diff) | |
| parent | 8b585431a16cfb9d8f2955a9fa0787ce3dceb3c2 (diff) | |
Merge tag 'parisc-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc architecture updates from Helge Deller:
- Drop PER_HPUX personality from UAPI headers
- Infinite loop fix when parsing IRQ value in eisa code
- Switch to use asm-generic/serial.h
- Prevent possible unaligned asm code in head.S
* tag 'parisc-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
parisc: eisa: Fix infinite loop when parsing invalid IRQ value
parisc: Fix alignment of asm statements in head.S
parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()
parisc: Use asm-generic/serial.h
parisc: sba_iommu: Remove dead DEBUG_DMB_TRAP code
UAPI: Drop PER_HPUX personality
parisc: superio: Spelling s/Peterson/Petersen/
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/personality.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/personality.h b/include/uapi/linux/personality.h index 49796b7756af..243f5f80a7b8 100644 --- a/include/uapi/linux/personality.h +++ b/include/uapi/linux/personality.h @@ -62,7 +62,6 @@ enum { PER_SOLARIS = 0x000d | STICKY_TIMEOUTS, PER_UW7 = 0x000e | STICKY_TIMEOUTS | MMAP_PAGE_ZERO, PER_OSF4 = 0x000f, /* OSF/1 v4 */ - PER_HPUX = 0x0010, PER_MASK = 0x00ff, }; |
