git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5759474
)
x86: Introduce GDT_ENTRY_INIT()
author
Akinobu Mita
<akinobu.mita@gmail.com>
Sat, 18 Jul 2009 15:12:20 +0000
(
00:12
+0900)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 8 Aug 2009 15:44:11 +0000
(17:44 +0200)
GDT_ENTRY_INIT is static initializer of desc_struct.
We already have similar macro GDT_ENTRY() but it's static
initializer for u64 and it cannot be used for desc_struct.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
LKML-Reference: <
20090718151219
.GD11294@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found