[PATCH 0/6] x86: unify power/cpu_(32|64).c

From: Sergio Luis
Date: Sat Apr 04 2009 - 04:45:54 EST


This patch series intends to unify the cpu_32.c and cpu_64.c files.

It's divided into 6 patches, that deal with the following:
#1 - unify headers
#2 - unify global variables
#3 - unify saving of processor state
#4 - unify restoring of processor state
#5 - unify copyright notes on the files
#6 - unify the files themselves, leaving only cpu.c

The code generated is _exactly_ the same as before, on both i386 and
x86-64 architectures, so I don't expect this to introduce _any_ new bugs.
However, cleanups can be done in future, as for instance, the removal
of a few global variables in the 32 bit architecture. We are not dealing
with those in this series.

The patches are against 2.6.29.

Thanks,

Sergio.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/