We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current version of the Makefile had these lines to control debugging.
# Uncomment following line(s) to enable debug output from different # portions of kernel module. # #CFLAGS_msr_allowlist.o := -DDEBUG #CFLAGS_msr_entry.o := -DDEBUG #CFLAGS_msr_batch.o := -DDEBUG #CFLAGS_msr-smp.o := -DDEBUG
msr_version.c never got added.
msr_version.c
The text was updated successfully, but these errors were encountered:
Adds debugging option for msr_version.c
39490d2
Fixes LLNL#180
Successfully merging a pull request may close this issue.
The current version of the Makefile had these lines to control debugging.
msr_version.c
never got added.The text was updated successfully, but these errors were encountered: