Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ppc64: enable CONFIG_RTAS_PROC by default

This patch enables CONFIG_RTAS_PROC by default on pSeries. This will
preserve /proc/ppc64/rtas/rmo_buffer, which is needed by librtas.

Signed-off-by: John Rose <johnrose@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Paul Mackerras and committed by
Linus Torvalds
b7c2b704 b2411dd2

+1
+1
arch/ppc64/Kconfig
··· 262 262 config RTAS_PROC 263 263 bool "Proc interface to RTAS" 264 264 depends on PPC_RTAS 265 + default y 265 266 266 267 config RTAS_FLASH 267 268 tristate "Firmware flash interface"