repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/vkms: Switch to dynamic allocation for CRTC
[drm/drm-misc.git]
/
arch
/
x86
/
um
/
bugs_64.c
blob
b01295e8a676614a4d843c00b19ecc8222966666
1
/*
2
* Copyright 2003 PathScale, Inc.
3
*
4
* Licensed under the GPL
5
*/
6
7
#include <arch.h>
8
#include <sysdep/ptrace.h>
9
10
void
arch_check_bugs
(
void
)
11
{
12
}
13
14
void
arch_examine_signal
(
int
sig
,
struct
uml_pt_regs
*
regs
)
15
{
16
}