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
mmu.h
/* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */

#ifndef __V850_MMU_H__
#define __V850_MMU_H__

typedef struct {
	struct vm_list_struct	*vmlist;
	unsigned long		end_brk;
} mm_context_t;

#endif /* __V850_MMU_H__ */
back to top