diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-10-15 12:37:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-10-15 12:37:01 -0400 |
commit | 02755af0f322fd1d2d7995c1e9fd6f9668511560 (patch) | |
tree | 0f7790049abf064b39a0294aae747e280d5a10d9 /kernel | |
parent | 37b238da15a87a0be1cdda09e4aa8a5bc2b4d759 (diff) | |
parent | c32c47aa364096124c9c69c1a44918433832562b (diff) |
Merge branch 'parisc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc fixes from Helge Deller:
- Fix a parisc-specific fallout of Christoph's
dma_set_mask_and_coherent() patches (Sven)
- Fix a vmap memory leak in ioremap()/ioremap() (Helge)
- Some minor cleanups and documentation updates (Nick, Helge)
* 'parisc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
parisc: Remove 32-bit DMA enforcement from sba_iommu
parisc: Fix vmap memory leak in ioremap()/iounmap()
parisc: prefer __section from compiler_attributes.h
parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define
MAINTAINERS: Add hp_sdc drivers to parisc arch
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sysctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 00fcea236eba..b6f2f35d0bcf 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -163,7 +163,7 @@ static unsigned long hung_task_timeout_max = (LONG_MAX/HZ); | |||
163 | #ifdef CONFIG_SPARC | 163 | #ifdef CONFIG_SPARC |
164 | #endif | 164 | #endif |
165 | 165 | ||
166 | #ifdef __hppa__ | 166 | #ifdef CONFIG_PARISC |
167 | extern int pwrsw_enabled; | 167 | extern int pwrsw_enabled; |
168 | #endif | 168 | #endif |
169 | 169 | ||
@@ -620,7 +620,7 @@ static struct ctl_table kern_table[] = { | |||
620 | .proc_handler = proc_dointvec, | 620 | .proc_handler = proc_dointvec, |
621 | }, | 621 | }, |
622 | #endif | 622 | #endif |
623 | #ifdef __hppa__ | 623 | #ifdef CONFIG_PARISC |
624 | { | 624 | { |
625 | .procname = "soft-power", | 625 | .procname = "soft-power", |
626 | .data = &pwrsw_enabled, | 626 | .data = &pwrsw_enabled, |