Re: x86: sort reboot DMI quirks by vendor.

2013-10-02 Thread Ingo Molnar
* Dave Jones wrote: > Grouping them by vendor should make it easier to spot duplicates. > > Signed-off-by: Dave Jones Thanks Dave! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: x86: sort reboot DMI quirks by vendor.

2013-10-02 Thread Ingo Molnar
* Dave Jones da...@redhat.com wrote: Grouping them by vendor should make it easier to spot duplicates. Signed-off-by: Dave Jones da...@fedoraproject.org Thanks Dave! Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: x86: sort reboot DMI quirks by vendor.

2013-10-01 Thread Dave Jones
Grouping them by vendor should make it easier to spot duplicates. Signed-off-by: Dave Jones diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index d9333a4..7692520 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c @@ -136,236 +136,248 @@ static int __init

Re: x86: sort reboot DMI quirks by vendor.

2013-10-01 Thread Dave Jones
Grouping them by vendor should make it easier to spot duplicates. Signed-off-by: Dave Jones da...@fedoraproject.org diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index d9333a4..7692520 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c @@ -136,236 +136,248 @@

Re: x86: sort reboot DMI quirks by vendor.

2013-09-28 Thread Ingo Molnar
* Dave Jones wrote: > Grouping them by vendor should make it easier to spot duplicates. > > Signed-off-by: Dave Jones > > diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c > index e643e74..12521b2 100644 > --- a/arch/x86/kernel/reboot.c > +++ b/arch/x86/kernel/reboot.c Could

Re: x86: sort reboot DMI quirks by vendor.

2013-09-28 Thread Ingo Molnar
* Dave Jones da...@redhat.com wrote: Grouping them by vendor should make it easier to spot duplicates. Signed-off-by: Dave Jones da...@fedoraproject.org diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index e643e74..12521b2 100644 --- a/arch/x86/kernel/reboot.c +++

x86: sort reboot DMI quirks by vendor.

2013-09-27 Thread Dave Jones
Grouping them by vendor should make it easier to spot duplicates. Signed-off-by: Dave Jones diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index e643e74..12521b2 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c @@ -136,244 +136,255 @@ static int __init

x86: sort reboot DMI quirks by vendor.

2013-09-27 Thread Dave Jones
Grouping them by vendor should make it easier to spot duplicates. Signed-off-by: Dave Jones da...@fedoraproject.org diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index e643e74..12521b2 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c @@ -136,244 +136,255 @@