commit | c37ae93d597fc63bae979db76b527dcc7740dc9d | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Mon Oct 22 10:56:26 2007 +1000 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Oct 23 15:49:49 2007 +1000 |
tree | 2ac25ff96a42593b536d4cdb10f5cbfdb96ef347 | |
parent | 05aa026a62d0fe0b4664a01d1537984b12567e7c [diff] |
Move lguest hcalls to arch-specific header Move architecture specific portion of lg_hcall code to asm-i386/lg_hcall.h and have it included from linux/lguest.h. [Changed to asm-i386/lguest_hcall.h so documentation finds it -RR] Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Jes Sorensen <jes@sgi.com>