Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759520AbXKTGyZ (ORCPT ); Tue, 20 Nov 2007 01:54:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759211AbXKTGxm (ORCPT ); Tue, 20 Nov 2007 01:53:42 -0500 Received: from mx1.redhat.com ([66.187.233.31]:60784 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759059AbXKTGxl (ORCPT ); Tue, 20 Nov 2007 01:53:41 -0500 Date: Tue, 20 Nov 2007 01:53:14 -0500 From: Ulrich Drepper Message-Id: <200711200653.lAK6rEDk025885@devserv.devel.redhat.com> To: linux-kernel@vger.kernel.org Subject: [PATCHv4 3/6] UML support for sys_indirect Cc: akpm@linux-foundation.org, mingo@elte.hu, tglx@linutronix.de, torvalds@linux-foundation.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 508 Lines: 19 This part adds support for sys_indirect for UML. indirect.h | 6 ++++++ 1 file changed, 6 insertions(+) --- /dev/null +++ include/asm-um/indirect.h @@ -0,0 +1,6 @@ +#ifndef __UM_INDIRECT_H +#define __UM_INDIRECT_H + +#include "asm/arch/indirect.h" + +#endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/