Move common function to dl_helper.c

This commit is contained in:
Leif Lindholm 2013-05-11 10:42:11 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 1c99b9d1fe
commit 854f383c28
6 changed files with 235 additions and 289 deletions

View file

@ -226,6 +226,7 @@ kernel = {
sparc64_ieee1275 = kern/sparc64/ieee1275/ieee1275.c;
arm = kern/arm/dl.c;
arm = kern/arm/dl_helper.c;
arm = kern/arm/cache.S;
arm = kern/arm/misc.S;