commit | c03a476dda0a0b6ef3d2c5bf0dc07e00a1d2322f | [log] [tgz] |
---|---|---|
author | Dan McGee <dpmcgee@gmail.com> | Wed Sep 07 11:23:21 2011 -0500 |
committer | Jeff Garzik <jgarzik@redhat.com> | Sat Oct 08 00:07:16 2011 -0400 |
tree | 21b1959a0fc17b36e9b74af9a4a6546f1ca6b777 | |
parent | 14004f044bef275ac911375a8157e6773da4260a [diff] |
pata_sis: mark most const data static as well This pushes timing and other values into preinitialized read-only data sections rather than being inlined into the code. None of these functions are called more than a handful of times, so reducing code size makes sense. Signed-off-by: Dan McGee <dpmcgee@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>