diff options
Diffstat (limited to 'arch/powerpc/kernel/rtas.c')
-rw-r--r-- | arch/powerpc/kernel/rtas.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index 8b4c857c1421..4af905e81ab0 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
@@ -1091,8 +1091,8 @@ asmlinkage int ppc_rtas(struct rtas_args __user *uargs) | |||
1091 | } | 1091 | } |
1092 | 1092 | ||
1093 | /* | 1093 | /* |
1094 | * Call early during boot, before mem init or bootmem, to retrieve the RTAS | 1094 | * Call early during boot, before mem init, to retrieve the RTAS |
1095 | * informations from the device-tree and allocate the RMO buffer for userland | 1095 | * information from the device-tree and allocate the RMO buffer for userland |
1096 | * accesses. | 1096 | * accesses. |
1097 | */ | 1097 | */ |
1098 | void __init rtas_initialize(void) | 1098 | void __init rtas_initialize(void) |