Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143047
b: refs/heads/master
c: aa683ff
h: refs/heads/master
i:
  143045: 43264f7
  143043: fdc614a
  143039: 0c248f9
v: v3
  • Loading branch information
Michal Simek committed Mar 27, 2009
1 parent bf0e151 commit 6d4bc22
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1a741e4143a971dafe66f54defdea2ad9a5be5a
refs/heads/master: aa683ff145fd92df147e1fef15f17e06a2ae009f
22 changes: 22 additions & 0 deletions trunk/arch/microblaze/include/asm/namei.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit 6d4bc22

Please sign in to comment.