https://github.com/torvalds/linux
Revision 62bdb288bf464862a2801b2e53aadc6c4d100fab authored by David Howells on 29 September 2010, 00:57:02 UTC, committed by Linus Torvalds on 29 September 2010, 01:01:14 UTC
When caching is disabled on the MN10300 arch, the sys_cacheflush()
function is removed by conditional stuff in the makefiles, but is still
referred to by the syscall table.

Provide a null version that just returns 0 when caching is disabled (or
-EINVAL if the arguments are silly).

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 0f44fbd
History
Tip revision: 62bdb288bf464862a2801b2e53aadc6c4d100fab authored by David Howells on 29 September 2010, 00:57:02 UTC
MN10300: Handle missing sys_cacheflush() when caching disabled
Tip revision: 62bdb28
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 173.8 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top