repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
recordmcount: Fix handling of elf64 big-endian objects.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
um
/
kernel
/
gprof_syms.c
blob
e2f043d0de6c80fd0050aedb0edf1748efbdb72b
1
/*
2
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3
* Licensed under the GPL
4
*/
5
6
#include
"linux/module.h"
7
8
extern
void
mcount
(
void
);
9
EXPORT_SYMBOL
(
mcount
);