09 Jul, 2008

3 commits

  • In putuser_32.S and putuser_64.S, replace things like .quad, .long,
    and explicit references to [r|e]ax for the apropriate macros
    in asm/asm.h.

    Signed-off-by: Glauber Costa
    Signed-off-by: H. Peter Anvin
    Signed-off-by: Ingo Molnar

    Glauber Costa
     
  • getuser_32.S and getuser_64.S are merged into getuser.S.

    Signed-off-by: Glauber Costa
    Signed-off-by: H. Peter Anvin
    Signed-off-by: Ingo Molnar

    Glauber Costa
     
  • There are situations in which the architecture wants to use the
    register that represents its word-size, whatever it is. For those,
    introduce __ASM_REG in asm.h, along with the first users _ASM_AX
    and _ASM_DX. They have users waiting for it, namely the getuser
    functions.

    Signed-off-by: Glauber Costa
    Signed-off-by: H. Peter Anvin
    Signed-off-by: Ingo Molnar

    Glauber Costa
     

17 Jun, 2008

1 commit


04 Feb, 2008

1 commit


30 Jan, 2008

3 commits