pcmcia 11-Aug-99 / gcc 2.95

Bernhard Rosenkraenzer (bero@mandrakesoft.com)
Sun, 15 Aug 1999 12:56:28 +0200 (CEST)


pcmcia 11-Aug-99 doesn't compile with gcc 2.95 because of some broken asm
constructs.

__asm__ __volatile__
("lcall %%cs:" SYMBOL_NAME_STR(pnp_bios_callpoint) "\n\t"
:"=a"(status)
^^^^
:"a"(PNP_GET_NUM_SYS_DEV_NODES),
^^^
"b"((2 << 16) | PNP_TS1),
"c"((PNP_DS << 16) | PNP_TS1)
:"ax", "memory");
^^^^

I know the usual fix for this, but I'm not sure how to do fix it for a
BIOS call...

LLaP
bero

-- 
Tired of waiting for Windows 2000?
	STOP WAITING! http://www.ms-windows-2000.com/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/