~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to arch/x86/kernel/reboot.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-07-11 13:31:31 UTC
  • mfrom: (14.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090711133131-omdhleccno39rayr
Tags: 2.6.29.6-1.1
New upstream kernel and RT patchset release

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
                        DMI_MATCH(DMI_BOARD_NAME, "0KP561"),
194
194
                },
195
195
        },
 
196
        {   /* Handle problems with rebooting on Dell Optiplex 360 with 0T656F */
 
197
                .callback = set_bios_reboot,
 
198
                .ident = "Dell OptiPlex 360",
 
199
                .matches = {
 
200
                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
 
201
                        DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 360"),
 
202
                        DMI_MATCH(DMI_BOARD_NAME, "0T656F"),
 
203
                },
 
204
        },
196
205
        {       /* Handle problems with rebooting on Dell 2400's */
197
206
                .callback = set_bios_reboot,
198
207
                .ident = "Dell PowerEdge 2400",