]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/x86/um/bugs_64.c
Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / um / bugs_64.c
1 /*
2 * Copyright 2003 PathScale, Inc.
3 *
4 * Licensed under the GPL
5 */
6
7 #include <sysdep/ptrace.h>
8
9 void arch_check_bugs(void)
10 {
11 }
12
13 void arch_examine_signal(int sig, struct uml_pt_regs *regs)
14 {
15 }