Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / arch / x86 / um / bugs_64.c
CommitLineData
1da177e4
LT
1/*
2 * Copyright 2003 PathScale, Inc.
3 *
4 * Licensed under the GPL
5 */
6
37185b33 7#include <sysdep/ptrace.h>
1da177e4 8
1da177e4
LT
9void arch_check_bugs(void)
10{
11}
12
9226b838 13void arch_examine_signal(int sig, struct uml_pt_regs *regs)
1da177e4 14{
1da177e4 15}