-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 23430 b: refs/heads/master c: ab7efcc h: refs/heads/master v: v3
- Loading branch information
Jan Beulich
authored and
Linus Torvalds
committed
Mar 24, 2006
1 parent
542c633
commit 7d7d772
Showing
5 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 09fe316a7b10219be592118626850e1dfdfcc1aa | ||
refs/heads/master: ab7efcc97ebc92e03c0474dfd38f9c7b84b84115 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
#ifndef __ASM_LINKAGE_H | ||
#define __ASM_LINKAGE_H | ||
|
||
#ifndef __ASSEMBLY__ | ||
|
||
#define asmlinkage CPP_ASMLINKAGE __attribute__((syscall_linkage)) | ||
|
||
#else | ||
|
||
#include <asm/asmmacro.h> | ||
|
||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
#ifndef __ASM_LINKAGE_H | ||
#define __ASM_LINKAGE_H | ||
|
||
/* Nothing to see here... */ | ||
#ifdef __ASSEMBLY__ | ||
#include <asm/asm.h> | ||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
#ifndef __ASM_LINKAGE_H | ||
#define __ASM_LINKAGE_H | ||
|
||
/* Nothing to see here... */ | ||
#ifdef __ASSEMBLY__ | ||
#include <asm/asm.h> | ||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters