commit | 2a512a040ff70225105d15337c9d3c5d3183e160 | [log] [tgz] |
---|---|---|
author | Daniel Mentz <danielmentz@google.com> | Mon Apr 14 20:48:52 2014 -0700 |
committer | Daniel Mentz <danielmentz@google.com> | Mon Apr 21 15:09:27 2014 -0700 |
tree | f58a458c6ffc54cdd9aa873d258eb6792f780fb3 | |
parent | c3f538a036992b22b4a65d559d3ea58f69e1ea38 [diff] |
Use vmalloc not kmalloc to avoid allocation fail kerSysBcmSpiSlaveWriteBuf allocates more than 64kB at a time. This previously caused some out-of-memory errors. Let's use vmalloc instead. Change-Id: I06eb7e6a3c5f65e959b4b1258e78bfe931a27c09