Skip to content

Commit

Permalink
Bumped GLOBAL_SHM_SIZE to 4MB
Browse files Browse the repository at this point in the history
  • Loading branch information
bcxcube authored and aolofsson committed Aug 19, 2014
1 parent c9bd1ad commit a72eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/epiphany.h
Expand Up @@ -3,7 +3,7 @@
#include <linux/ioctl.h>

/** Length of the Global shared memory region */
#define GLOBAL_SHM_SIZE (1<<20)
#define GLOBAL_SHM_SIZE (4<<20)
#define SHM_LOCK_NAME "/eshmlock"

#define SHM_MAGIC 0xabcdef00
Expand Down

0 comments on commit a72eb5d

Please sign in to comment.