commit | 509a5e85c3a8f0a81c916fac4579b6d1b5ea58da | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue Dec 12 18:18:28 2006 +0100 |
committer | Jean Delvare <khali@arrakis.delvare> | Tue Dec 12 18:18:28 2006 +0100 |
tree | d15ee83a0a5fdfd534b3d2cdc1e708b54c2a4da2 | |
parent | 3d7f9a8697ffe76e9edaf6b1751f2a2db660e4d5 [diff] |
hwmon/hdaps: Move the DMI detection data to .data Move the DMI detection data from .text to .data. We really don't want that amount of data on the stack. Also refactor the macros used to generate the detection data, the vendor becomes a parameter. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Robert Love <rlove@rlove.org>