Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120830
b: refs/heads/master
c: d4f1b10
h: refs/heads/master
v: v3
  • Loading branch information
Jike Song authored and Ingo Molnar committed Oct 28, 2008
1 parent 5b28197 commit 89b1c77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2011a067281565494494aee194ca5081e52d6c3f
refs/heads/master: d4f1b10365d4f03dd802433e0014cf503e6e930c
8 changes: 4 additions & 4 deletions trunk/arch/x86/include/asm/msr.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ static inline unsigned long long native_read_tscp(unsigned int *aux)
}

/*
* i386 calling convention returns 64-bit value in edx:eax, while
* x86_64 returns at rax. Also, the "A" constraint does not really
* mean rdx:rax in x86_64, so we need specialized behaviour for each
* architecture
* both i386 and x86_64 returns 64-bit value in edx:eax, but gcc's "A"
* constraint has different meanings. For i386, "A" means exactly
* edx:eax, while for x86_64 it doesn't mean rdx:rax or edx:eax. Instead,
* it means rax *or* rdx.
*/
#ifdef CONFIG_X86_64
#define DECLARE_ARGS(val, low, high) unsigned low, high
Expand Down

0 comments on commit 89b1c77

Please sign in to comment.