25 Dec, 2016

1 commit


22 Feb, 2012

1 commit

  • This commit:

    12d6d41276de: clocksource: scx200_hrt: Convert scx200 to use clocksource_register_hz

    Breaks the build on x86-32:

    drivers/clocksource/scx200_hrt.c: In function ‘init_hrt_clocksource’:
    drivers/clocksource/scx200_hrt.c:95:0: error: unterminated argument list invoking macro "pr_info"
    drivers/clocksource/scx200_hrt.c:84:2: error: ‘pr_info’ undeclared (first use in this function)

    It could not possibly have been build tested, because it had this mismerge:

    pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n",
    printk(KERN_INFO "enabling scx200 high-res timer (%s MHz +%d ppm)\n",
    mhz27 ? "27":"1", ppm);

    Cc: Jim Cromie
    Cc: John Stultz
    Link: http://lkml.kernel.org/n/tip-jceb26fns5w7tv8edlivhxpa@git.kernel.org
    Signed-off-by: Ingo Molnar

    Ingo Molnar
     

02 Feb, 2012

2 commits


22 Apr, 2009

1 commit

  • Pass clocksource pointer to the read() callback for clocksources. This
    allows us to share the callback between multiple instances.

    [hugh@veritas.com: fix powerpc build of clocksource pass clocksource mods]
    [akpm@linux-foundation.org: cleanup]
    Signed-off-by: Magnus Damm
    Acked-by: John Stultz
    Cc: Thomas Gleixner
    Signed-off-by: Hugh Dickins
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Magnus Damm
     

17 Feb, 2007

1 commit

  • Using a flag filed allows to encode more than one information into a variable.
    Preparatory patch for the generic clocksource verification.

    [mingo@elte.hu: convert vmitime.c to the new clocksource flag]
    Signed-off-by: Thomas Gleixner
    Signed-off-by: Ingo Molnar
    Cc: john stultz
    Cc: Roman Zippel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Thomas Gleixner
     

04 Oct, 2006

1 commit

  • Fix paren-placement / precedence bug breaking initialization for 1 MHz
    clock mode.

    Also fix comment spelling error, and fence-post (off-by-one) error on
    symbol used in request_region.

    Addresses http://bugzilla.kernel.org/show_bug.cgi?id=7242

    Thanks alexander.krause@erazor-zone.de, dzpost@dedekind.net, for the
    reports and patch test, and phelps@mantara.com for the independent patch
    and verification.

    Signed-off-by: Jim Cromie
    Cc:
    Cc:
    Cc:
    Acked-by: John Stultz
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jim Cromie
     

27 Jun, 2006

1 commit