Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292723
b: refs/heads/master
c: b0deca2
h: refs/heads/master
i:
  292721: 5b0f4b8
  292719: e3d7f54
v: v3
  • Loading branch information
Dimitri Sivanich authored and Ingo Molnar committed Feb 20, 2012
1 parent df27394 commit e9a22c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42dfc43ee5999ac64284476ea0ac6c937587cf2b
refs/heads/master: b0deca2e0270135f797e81bdb0743e50fd1dc58d
1 change: 0 additions & 1 deletion trunk/arch/x86/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ start_thread_common(struct pt_regs *regs, unsigned long new_ip,
loadsegment(es, _ds);
loadsegment(ds, _ds);
load_gs_index(0);
current->thread.usersp = new_sp;
regs->ip = new_ip;
regs->sp = new_sp;
percpu_write(old_rsp, new_sp);
Expand Down
6 changes: 1 addition & 5 deletions trunk/arch/x86/platform/uv/uv_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void uv_rtc_timer_setup(enum clock_event_mode,

static struct clocksource clocksource_uv = {
.name = RTC_NAME,
.rating = 400,
.rating = 299,
.read = uv_read_rtc,
.mask = (cycle_t)UVH_RTC_REAL_TIME_CLOCK_MASK,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
Expand Down Expand Up @@ -379,10 +379,6 @@ static __init int uv_rtc_setup_clock(void)
if (!is_uv_system())
return -ENODEV;

/* If single blade, prefer tsc */
if (uv_num_possible_blades() == 1)
clocksource_uv.rating = 250;

rc = clocksource_register_hz(&clocksource_uv, sn_rtc_cycles_per_second);
if (rc)
printk(KERN_INFO "UV RTC clocksource failed rc %d\n", rc);
Expand Down

0 comments on commit e9a22c7

Please sign in to comment.