summaryrefslogtreecommitdiff |
diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-07-08 17:55:11 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-08 17:55:11 +0200 |
commit | d5f129789b2ae29ef6b2b830cfbe9d846d5a5ecc (patch) | |
tree | 45a7ed61bb36c47ba2795df3a7a169dc555f63f7 | |
parent | 7741b4986aff0f233184daded3a9c4d19d30e197 (diff) |
- patches.suse/ppc-temporary-bugon-timer-workaround.patch:rpm-2.6.32.42-0.11
Refresh.
-rw-r--r-- | kernel-source.changes | 6 | ||||
-rw-r--r-- | patches.suse/ppc-temporary-bugon-timer-workaround.patch | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/kernel-source.changes b/kernel-source.changes index 3c610366ef..7a2b17b1f6 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Jul 8 17:55:07 CEST 2011 - jkosina@suse.cz + +- patches.suse/ppc-temporary-bugon-timer-workaround.patch: + Refresh. + +------------------------------------------------------------------- Fri Jul 8 17:14:59 CEST 2011 - jkosina@suse.cz - patches.suse/ppc-temporary-bugon-timer-workaround.patch: ppc: diff --git a/patches.suse/ppc-temporary-bugon-timer-workaround.patch b/patches.suse/ppc-temporary-bugon-timer-workaround.patch index ab7493156a..48ded39d02 100644 --- a/patches.suse/ppc-temporary-bugon-timer-workaround.patch +++ b/patches.suse/ppc-temporary-bugon-timer-workaround.patch @@ -29,7 +29,7 @@ index 0c5e781..89024c2 100644 - BUG_ON(wall_time->tv_nsec >= NSEC_PER_SEC); + tmp = wall_time->tv_nsec; + if (wall_time->tv_nsec >= NSEC_PER_SEC) { -+ printk(KERN_ERR "update_vsyscall: %d >= %d, clamping to %d\n", ++ printk(KERN_ERR "update_vsyscall: %ld >= %ld, clamping to %ld\n", + wall_time->tv_nsec, NSEC_PER_SEC, NSEC_PER_SEC); + tmp = NSEC_PER_SEC; + } |