HewlettPackard / quartz

Quartz: A DRAM-based performance emulator for NVM
https://github.com/HewlettPackard/quartz
Other
158 stars 66 forks source link

fix the compling problems of copy_from_user() and copy_to_user() in s… #43

Closed sudormroot closed 5 years ago

sudormroot commented 5 years ago

src/dev/pmc.c

The building will fail, the errors are copy_from_user() and copy_to_user() not well defined, because the src/dev/pmc.c doesn't include "linux/uaccess.h"