http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
60c3b69
)
[compiler] Add __always_inline macro
author
Michael Brown
<mcb30@etherboot.org>
Sat, 13 Sep 2008 15:21:47 +0000
(16:21 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 1 Oct 2008 18:24:56 +0000
(19:24 +0100)
src/include/compiler.h
patch
|
blob
|
history
diff --git
a/src/include/compiler.h
b/src/include/compiler.h
index
8ab7b8a
..
a6532da
100644
(file)
--- a/
src/include/compiler.h
+++ b/
src/include/compiler.h
@@
-325,6
+325,9
@@
extern void dbg_hex_dump_da ( unsigned long dispaddr,
/** Declare a data structure to be aligned with 16-byte alignment */
#define __aligned __attribute__ (( aligned ( 16 ) ))
+/** Declare a function to be always inline */
+#define __always_inline __attribute__ (( always_inline ))
+
/**
* Shared data.
*