linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the cpufreq tree with the cpus4096 tree
@ 2009-01-20  2:47 Stephen Rothwell
  2009-01-20  5:25 ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2009-01-20  2:47 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-next, Ingo Molnar, Thomas Gleixner, H. Peter Anvin

Hi Dave,

Today's linux-next merge of the cpufreq tree got a conflict in
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c between commit
5cd7376200be7b8bab085557ff5876b04bd84191 ("fix: crash: IP:
__bitmap_intersects+0x48/0x73") from the cpus4096 tree and commit
6fc619dc092a0a159cf5fb46afa52f2f8128b1d4 ("[CPUFREQ] checkpatch cleanups
for acpi-cpufreq") from the cpufreq tree.

Just changing context.  I fixed it up (see below) and can carry the fix
as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
index 0192767,cba5c6b..0000000
--- a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
+++ b/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
@@@ -138,15 -140,13 +140,13 @@@ struct io_addr 
  	u8 bit_width;
  };
  
- typedef union {
- 	struct msr_addr msr;
- 	struct io_addr io;
- } drv_addr_union;
- 
  struct drv_cmd {
  	unsigned int type;
 -	cpumask_var_t mask;
 +	const struct cpumask *mask;
- 	drv_addr_union addr;
+ 	union {
+ 		struct msr_addr msr;
+ 		struct io_addr io;
+ 	} addr;
  	u32 val;
  };
  

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-20  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20  2:47 linux-next: manual merge of the cpufreq tree with the cpus4096 tree Stephen Rothwell
2009-01-20  5:25 ` Dave Jones
2009-01-20  8:21   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).