From 6d4bc22448a4b6d54165b357c9573aba0f159e2e Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 27 Mar 2009 14:25:42 +0100 Subject: [PATCH] --- yaml --- r: 143047 b: refs/heads/master c: aa683ff145fd92df147e1fef15f17e06a2ae009f h: refs/heads/master i: 143045: 43264f7a7de917b5becc54f950137c1ea8165195 143043: fdc614a96cc6703410de995b4336b6051edae0b5 143039: 0c248f9f069f051bc3c32d021b4d96d88ed265ff v: v3 --- [refs] | 2 +- trunk/arch/microblaze/include/asm/namei.h | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/microblaze/include/asm/namei.h diff --git a/[refs] b/[refs] index 77703f5e3060..e7f463da91f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a1a741e4143a971dafe66f54defdea2ad9a5be5a +refs/heads/master: aa683ff145fd92df147e1fef15f17e06a2ae009f diff --git a/trunk/arch/microblaze/include/asm/namei.h b/trunk/arch/microblaze/include/asm/namei.h new file mode 100644 index 000000000000..61d60b8a07d5 --- /dev/null +++ b/trunk/arch/microblaze/include/asm/namei.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2006 Atmark Techno, Inc. + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + */ + +#ifndef _ASM_MICROBLAZE_NAMEI_H +#define _ASM_MICROBLAZE_NAMEI_H + +#ifdef __KERNEL__ + +/* This dummy routine maybe changed to something useful + * for /usr/gnemul/ emulation stuff. + * Look at asm-sparc/namei.h for details. + */ +#define __emul_prefix() NULL + +#endif /* __KERNEL__ */ + +#endif /* _ASM_MICROBLAZE_NAMEI_H */