Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
410dc0aa
Commit
410dc0aa
authored
Jan 06, 2010
by
Tony Luck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IA64] sanity in #include files. Move fnptr to types.h
Signed-off-by:
Tony Luck
<
tony.luck@intel.com
>
parent
02b763b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
arch/ia64/include/asm/ftrace.h
arch/ia64/include/asm/ftrace.h
+0
-1
arch/ia64/include/asm/kprobes.h
arch/ia64/include/asm/kprobes.h
+0
-5
arch/ia64/include/asm/types.h
arch/ia64/include/asm/types.h
+5
-0
No files found.
arch/ia64/include/asm/ftrace.h
View file @
410dc0aa
...
...
@@ -8,7 +8,6 @@
extern
void
_mcount
(
unsigned
long
pfs
,
unsigned
long
r1
,
unsigned
long
b0
,
unsigned
long
r0
);
#define mcount _mcount
#include <asm/kprobes.h>
/* In IA64, MCOUNT_ADDR is set in link time, so it's not a constant at compile time */
#define MCOUNT_ADDR (((struct fnptr *)mcount)->ip)
#define FTRACE_ADDR (((struct fnptr *)ftrace_caller)->ip)
...
...
arch/ia64/include/asm/kprobes.h
View file @
410dc0aa
...
...
@@ -103,11 +103,6 @@ typedef struct kprobe_opcode {
bundle_t
bundle
;
}
kprobe_opcode_t
;
struct
fnptr
{
unsigned
long
ip
;
unsigned
long
gp
;
};
/* Architecture specific copy of original instruction*/
struct
arch_specific_insn
{
/* copy of the instruction to be emulated */
...
...
arch/ia64/include/asm/types.h
View file @
410dc0aa
...
...
@@ -30,6 +30,11 @@
typedef
unsigned
int
umode_t
;
struct
fnptr
{
unsigned
long
ip
;
unsigned
long
gp
;
};
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment