Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79715
b: refs/heads/master
c: e845c06
h: refs/heads/master
i:
  79713: 1a2c307
  79711: 963696a
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Jan 30, 2008
1 parent 06ba90b commit 572a74c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39d44a51474a52bec6d72d30ebc76f5159101d90
refs/heads/master: e845c06bced7f5f325e0f9aefd3207cd45c21ff2
18 changes: 18 additions & 0 deletions trunk/include/asm-x86/asm.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#ifndef _ASM_X86_ASM_H
#define _ASM_X86_ASM_H

#ifdef CONFIG_X86_32
/* 32 bits */

# define _ASM_PTR " .long "
# define _ASM_ALIGN " .balign 4 "

#else
/* 64 bits */

# define _ASM_PTR " .quad "
# define _ASM_ALIGN " .balign 8 "

#endif /* CONFIG_X86_32 */

#endif /* _ASM_X86_ASM_H */

0 comments on commit 572a74c

Please sign in to comment.