14 Feb, 2008

1 commit

  • This fixes the following section mismatch:

    ...
    WARNING: vmlinux.o(.text+0x2fbca8): Section mismatch in reference from the function .hvc_rtas_init() to the function .devinit.text:.hvc_alloc()
    ...

    Signed-off-by: Adrian Bunk
    Signed-off-by: Paul Mackerras

    Adrian Bunk
     

22 Jul, 2007

1 commit


13 Jul, 2006

1 commit


09 Jun, 2006

1 commit

  • A few cleanups in hvc_rtas.c:
    1. Remove unused RTASCONS_PUT_ATTEMPTS
    2. Remove unused rtascons_put_delay.
    3. Use i as a loop counter like everyone else on earth.
    4. Remove pointless variables, eg. x = foo; if (x) return something_else;
    5. Whitespace cleanups and formatting.

    Signed-off-by: Michael Ellerman
    Signed-off-by: Paul Mackerras

    Michael Ellerman
     

28 Mar, 2006

1 commit