commit | 93e3568bd569ce4c079a84e20ea08da99ce83470 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Fri Nov 19 11:19:40 2010 -0500 |
committer | Sandeep Paulraj <s-paulraj@ti.com> | Fri Nov 19 16:27:41 2010 -0500 |
tree | e400786cbe8848bbfbdc560968422e96d52dee0e | |
parent | eb9a28f699667919bf140bdabdf37c25be725c79 [diff] |
omap4: board: change global data pointer to file scope DECLARE_GLOBAL_DATA_PTR is currently defined within the scope of function while it is a global pointer. Change the scope of definition to replicate it's global scope. This seems to help gcc 4.5 optimizations as well. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>