Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164301
b: refs/heads/master
c: 878f4f5
h: refs/heads/master
i:
  164299: 71e0536
v: v3
  • Loading branch information
Felipe Contreras authored and Ingo Molnar committed Sep 20, 2009
1 parent 532dd34 commit cf1041c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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: 8312136fa8b0a3ec7323bbb1a46be8c0c26e994e
refs/heads/master: 878f4f533e5b4498215e67e0f886b0fc81417f5e
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/string_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ static __always_inline void *__constant_memcpy(void *to, const void *from,
case 4:
*(int *)to = *(int *)from;
return to;

case 3:
*(short *)to = *(short *)from;
*((char *)to + 2) = *((char *)from + 2);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/tsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ static int time_cpufreq_notifier(struct notifier_block *nb, unsigned long val,
if ((val == CPUFREQ_PRECHANGE && freq->old < freq->new) ||
(val == CPUFREQ_POSTCHANGE && freq->old > freq->new) ||
(val == CPUFREQ_RESUMECHANGE)) {
*lpj = cpufreq_scale(loops_per_jiffy_ref, ref_freq, freq->new);
*lpj = cpufreq_scale(loops_per_jiffy_ref, ref_freq, freq->new);

tsc_khz = cpufreq_scale(tsc_khz_ref, ref_freq, freq->new);
if (!(freq->flags & CPUFREQ_CONST_LOOPS))
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/acpi/acpica/tbfadt.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ void acpi_tb_parse_fadt(u32 table_index)

void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length)
{

/*
* Check if the FADT is larger than the largest table that we expect
* (the ACPI 2.0/3.0 version). If so, truncate the table, and issue
Expand Down

0 comments on commit cf1041c

Please sign in to comment.