Merge head 'drm-3264' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6
[deliverable/linux.git] / arch / um / sys-i386 / stub.S
1 #include "uml-config.h"
2
3 .globl syscall_stub
4 .section .__syscall_stub, "x"
5 syscall_stub:
6 int $0x80
7 mov %eax, UML_CONFIG_STUB_DATA
8 int3
This page took 0.031366 seconds and 5 git commands to generate.