projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace
[linux-2.6]
/
arch
/
um
/
sys-x86_64
/
bugs.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
}