MIPS: vpe: Remove vpe_getcwd
[linux-2.6-microblaze.git] / arch / mips / include / asm / vpe.h
index 80e70db..baa949a 100644 (file)
@@ -26,7 +26,6 @@
 #endif
 
 #define MAX_VPES 16
-#define VPE_PATH_MAX 256
 
 static inline int aprp_cpu_index(void)
 {
@@ -62,7 +61,6 @@ struct vpe {
        unsigned long len;
        char *pbuffer;
        unsigned long plen;
-       char cwd[VPE_PATH_MAX];
 
        unsigned long __start;
 
@@ -111,7 +109,6 @@ extern const struct file_operations vpe_fops;
 int vpe_notify(int index, struct vpe_notifications *notify);
 
 void *vpe_get_shared(int index);
-char *vpe_getcwd(int index);
 
 struct vpe *get_vpe(int minor);
 struct tc *get_tc(int index);