commit | 4f6563ef1bede5da45d7689c1e599b7ab2c13327 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat May 19 22:42:51 2012 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun May 20 21:43:57 2012 -0400 |
tree | 2e50dadb1eb53f41bfec432bbc006b2e27adcf09 | |
parent | 4bc49979b94c03561d263bfd53014279d87d690f [diff] |
Convert GET/SET_FLATPTR() accesses to "low mem" to GET/SET_LOWFLAT(). Add new GET/SET_LOWFLAT() macros and convert appropriate users to them. The new macros make for slightly better code generation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>