05 Apr, 2013

1 commit


23 Mar, 2013

3 commits


25 Sep, 2012

4 commits

  • Now that we moved everyone over to GENERIC_TIME_VSYSCALL_OLD,
    introduce the new declaration and config option for the new
    update_vsyscall method.

    Cc: Tony Luck
    Cc: Paul Mackerras
    Cc: Benjamin Herrenschmidt
    Cc: Andy Lutomirski
    Cc: Martin Schwidefsky
    Cc: Paul Turner
    Cc: Steven Rostedt
    Cc: Richard Cochran
    Cc: Prarit Bhargava
    Cc: Thomas Gleixner
    Signed-off-by: John Stultz

    John Stultz
     
  • To help migrate archtectures over to the new update_vsyscall method,
    redfine CONFIG_GENERIC_TIME_VSYSCALL as CONFIG_GENERIC_TIME_VSYSCALL_OLD

    Cc: Tony Luck
    Cc: Paul Mackerras
    Cc: Benjamin Herrenschmidt
    Cc: Andy Lutomirski
    Cc: Martin Schwidefsky
    Cc: Paul Turner
    Cc: Steven Rostedt
    Cc: Richard Cochran
    Cc: Prarit Bhargava
    Cc: Thomas Gleixner
    Signed-off-by: John Stultz

    John Stultz
     
  • Since users will need to include timekeeper_internal.h, move
    update_vsyscall definitions to timekeeper_internal.h.

    Cc: Tony Luck
    Cc: Paul Mackerras
    Cc: Benjamin Herrenschmidt
    Cc: Andy Lutomirski
    Cc: Martin Schwidefsky
    Cc: Paul Turner
    Cc: Steven Rostedt
    Cc: Richard Cochran
    Cc: Prarit Bhargava
    Cc: Thomas Gleixner
    Signed-off-by: John Stultz

    John Stultz
     
  • We're going to need to access the timekeeper in update_vsyscall,
    so make the structure available for those who need it.

    Cc: Tony Luck
    Cc: Paul Mackerras
    Cc: Benjamin Herrenschmidt
    Cc: Andy Lutomirski
    Cc: Martin Schwidefsky
    Cc: Paul Turner
    Cc: Steven Rostedt
    Cc: Richard Cochran
    Cc: Prarit Bhargava
    Cc: Thomas Gleixner
    Signed-off-by: John Stultz

    John Stultz