Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-07 | [PATCH] Don't check pointer for NULL before passing it to kfree ↵ | Jesper Juhl | |
[arch/powerpc/kernel/rtas_flash.c] Checking a pointer for NULL before passing it to kfree is pointless, kfree does its own NULL checking of input. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Paul Mackerras <paulus@samba.org> | |||
2005-11-03 | powerpc: Merge remaining RTAS code | Paul Mackerras | |
This moves rtas-proc.c and rtas_flash.c into arch/powerpc/kernel, since cell wants them as well as pseries (and chrp can use rtas-proc.c too, at least in principle). rtas_fw.c is gone, with its bits moved into rtas_flash.c and rtas.c. Signed-off-by: Paul Mackerras <paulus@samba.org> |