Revision 983b7dc07f083d7d78f408a6f841b399b954767d authored by maximilian attems on 24 June 2007, 21:36:45 UTC, committed by Jeff Garzik on 02 July 2007, 12:24:51 UTC
instead of:
"This driver has not been ported to this 64-bit architecture yet."
the driver is said to work on alpha, see
http://bugs.debian.org/305330

Signed-off-by: maximilian attems <max@stro.at>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent b245fb6
Raw File
linkage.h
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#ifdef __ASSEMBLY__
#include <asm/asm.h>
#endif

#endif
back to top