]> git.baikalelectronics.ru Git - kernel.git/commit
staging: android: persistent_ram: add notrace to persistent_ram_write
authorColin Cross <ccross@android.com>
Thu, 8 Mar 2012 01:34:36 +0000 (17:34 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 17:36:08 +0000 (09:36 -0800)
commit7d29fe30826a585527d9b5bb1af38945e9c68cbf
tree9579eb4ad1e1fe752538cd815891e4c67900d61d
parentf5ddd940656999b8f58f81e5c7c387ff7e1f7577
staging: android: persistent_ram: add notrace to persistent_ram_write

Add the notrace attribute to persistent_ram_write and the
non-ecc functions that it calls to allow persistent_ram to
be used for ftracing (only when ecc is disabled).

CC: Greg KH <gregkh@linuxfoundation.org>
CC: Android Kernel Team <kernel-team@android.com>
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/persistent_ram.c