summaryrefslogtreecommitdiff
path: root/kernel/exec_domain.c
diff options
context:
space:
mode:
authorMikael Pettersson <mikpe@csd.uu.se>2002-12-28 16:51:18 -0100
committerDave Jones <davej@tetrachloride.(none)>2002-12-28 16:51:18 -0100
commit7d255ace78aea45470605bec357098280f885147 (patch)
tree7bb69e7d020006c09292231ece5edca6bf0a09b3 /kernel/exec_domain.c
parent47d59590a8f30d34b5b8761cd98c63f3d6e3eef3 (diff)
Fix AGP module oops
The stack trace shows that we should be in agp_find_max() as called from agp_backend_initialize(). However, agp_find_max() is __init and its code has already been removed at this point (since agpgart and intel-agp are separate modules), causing the kernel to execute random code and eventually oops. The patch below works around this by changing agpgart's __init code & data to normal code & data. Tested, works for me.
Diffstat (limited to 'kernel/exec_domain.c')
0 files changed, 0 insertions, 0 deletions