commit | 23d240d661f42214bd372c0e5b21afaf71b9329c | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Mon Feb 09 16:17:38 2015 +0200 |
committer | Tero Kristo <t-kristo@ti.com> | Tue Mar 31 21:26:55 2015 +0300 |
tree | 8cc47acbe8552433cd93c9dc0e7ff5e19abc08bd | |
parent | ae0f6798474053eb76863fa9b3befd9deea58ba6 [diff] |
ARM: OMAP2+: id: cache omap_type value There is no need to read the register with every invocation of the function, as the value is constant. Thus, cache the value in a static variable. Signed-off-by: Tero Kristo <t-kristo@ti.com>