Commit 29a54be1 authored by Richard Henderson's avatar Richard Henderson Committed by Richard Henderson

[ALPHA] Fixups to Marvel and Titan for incomplete merging

of AGP and SRMCONS patches.
parent f0bde625
......@@ -1069,7 +1069,7 @@ marvel_agp_info(void)
/*
* Fill it in
*/
agp->type = ALPHA_CORE_AGP;
agp->type = 0 /* FIXME: ALPHA_CORE_AGP */;
agp->hose = hose;
agp->private = NULL;
agp->ops = &marvel_agp_ops;
......
......@@ -755,7 +755,7 @@ titan_agp_info(void)
/*
* Fill it in
*/
agp->type = ALPHA_CORE_AGP;
agp->type = 0 /* FIXME: ALPHA_CORE_AGP */;
agp->hose = hose;
agp->private = port;
agp->ops = &titan_agp_ops;
......
......@@ -490,7 +490,6 @@ struct alpha_machine_vector marvel_ev7_mv __initmv = {
.device_interrupt = io7_device_interrupt,
.agp_info = marvel_agp_info,
.srmcons_allowed = marvel_srmcons_allowed,
.smp_callin = marvel_smp_callin,
.init_arch = marvel_init_arch,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment