[coreboot] [PATCH 3/6] Geode GX2 cleanup patch

Peter Stuge peter at stuge.se
Sun Dec 26 06:19:18 CET 2010


Nils wrote:
> -		__asm__ __volatile__("hlt\n");
> +		while(1) {
> +			__asm__ __volatile__("hlt\n");
> +		}

Why not call die() instead? Is it too early for that?


//Peter




More information about the coreboot mailing list