Following patch makes just one fadt.c file.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
svn remove src/./asus/m4a785-m/fadt.c svn remove src/./amd/mahogany/fadt.c svn remove src/./amd/mahogany_fam10/fadt.c svn remove src/./amd/tilapia_fam10/fadt.c svn remove src/./gigabyte/ma78gm/fadt.c svn remove src/./gigabyte/ma785gmt/fadt.c svn remove src/./jetway/pa78vm5/fadt.c svn remove src/./asrock/939a785gmh/fadt.c svn remove src/./iei/kino-780am2-fam10/fadt.c
I think the init of IO can be moved more early so we can use it for suspend/resune. As well the IO should be reserved. Maybe next patch. Similar patch should be done for SB600. This patch is only compile tested I can test this on asrock next week.
Thanks, Rudolf
On Sat, Dec 04, 2010 at 02:05:40PM +0100, Rudolf Marek wrote:
Following patch makes just one fadt.c file.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
svn remove src/./asus/m4a785-m/fadt.c svn remove src/./amd/mahogany/fadt.c svn remove src/./amd/mahogany_fam10/fadt.c svn remove src/./amd/tilapia_fam10/fadt.c svn remove src/./gigabyte/ma78gm/fadt.c svn remove src/./gigabyte/ma785gmt/fadt.c svn remove src/./jetway/pa78vm5/fadt.c svn remove src/./asrock/939a785gmh/fadt.c svn remove src/./iei/kino-780am2-fam10/fadt.c
Yup, great! These are full copies, even the MD5 sums match. Good riddance.
Acked-by: Uwe Hermann uwe@hermann-uwe.de
And yes, I think we should do the same on a bunch of other chipsets indeed.
Uwe.
Committed revision 6165. Rudolf