ARM: move kernel func event to correct location.
authorDam Sunwoo <dam.sunwoo@arm.com>
Thu, 1 Mar 2012 23:26:31 +0000 (17:26 -0600)
committerDam Sunwoo <dam.sunwoo@arm.com>
Thu, 1 Mar 2012 23:26:31 +0000 (17:26 -0600)
commit86d1042d9fabdea7afb8808d4f8395d9e41fdf75
tree6f083e0ee944de36ced5b4f465a9610707d2e0a2
parentd51478db4ed0a15fa180282f3fe986c5b89f50ba
ARM: move kernel func event to correct location.

With the recent series of patches, the symbol table loading moved from
"construct" time to "init" time, but the kernel function event
callback registration was left behind. This patch moves it to the
proper location.
src/arch/arm/system.cc