commit | 2a60aa14a9a0333b3eef58150bc1ef654f7321ef | [log] [tgz] |
---|---|---|
author | Guo Ren <ren_guo@c-sky.com> | Tue Jan 08 20:31:43 2019 +0800 |
committer | Guo Ren <ren_guo@c-sky.com> | Wed Jan 09 00:18:33 2019 +0800 |
tree | 2061650e3ebac1bbabb2b2ed83f10481dbbbc039 | |
parent | 96354ad79e2e59f9d620669c8e1ac2452440c260 [diff] |
csky: fixup compile error with pte_alloc Commit: 4cf58924951e remove the address argument of pte_alloc without modify csky related code. linux-5.0-rc1 compile failed with csky. Remove the unnecessary address testing in pte_alloc(). Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Joel Fernandes (Google) <joel@joelfernandes.org> Cc: Guenter Roeck <linux@roeck-us.net> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Linus Torvalds <torvalds@linux-foundation.org>