syslet: asm-generic support to disable syslets
authorZach Brown <zach.brown@oracle.com>
Thu, 6 Dec 2007 23:20:15 +0000 (15:20 -0800)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 22 Jan 2008 09:35:00 +0000 (10:35 +0100)
commit4a3e12d3e2833b375d0a7e90948d954b152a1e2a
tree90e2e703f3d332f77b364c47742946aab06535c1
parentbd51df7b9f3683b32d1b8c04b493f07b8d7aa7bf
syslet: asm-generic support to disable syslets

This provides an implementation of the architecture dependent portion of
syslets which disables syslet operations.

This patch is an incomplete demonstration.  All asm-*/syslet*.h files would
include these files until their architectures provide implementations which
enable syslet support.

Signed-off-by: Zach Brown <zach.brown@oracle.com>
Signed-off-by: Jens Axboe <axboe@axboetest.dk.oracle.com>
include/asm-generic/syslet-abi.h [new file with mode: 0644]
include/asm-generic/syslet.h [new file with mode: 0644]
include/asm-x86/syslet-abi.h [new file with mode: 0644]
include/asm-x86/syslet.h [new file with mode: 0644]