]> git.proxmox.com Git - mirror_spl-debian.git/commit
PowerPC Compatibility
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 Jun 2012 18:54:52 +0000 (11:54 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 2 Jul 2012 16:33:09 +0000 (09:33 -0700)
commit44e406d712bedc893e053ab3a7db8ff8a8be0790
tree1624271a3147daa5ce9c4c65948b398ce8bbe5bd
parent50fe7a010c085f672d8dc6b8ef44fcadf4f704b0
PowerPC Compatibility

Usage of get_current() is not supported across all architectures.
The correct interface to use is the '#define current' which will
map to the appropriate function, usually current_thread_info().

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #119
include/sys/sysmacros.h
include/sys/thread.h
module/spl/spl-thread.c