[PATCH] ppc64: Don't count number of events processed for caller
[linux-2.6/zen-sources.git] / include / asm-arm / limits.h
blob08d8c66008040af243d05ef073b1fd580016ee1e
1 #ifndef __ASM_PIPE_H
2 #define __ASM_PIPE_H
4 #ifndef PAGE_SIZE
5 #include <asm/page.h>
6 #endif
8 #define PIPE_BUF PAGE_SIZE
10 #endif