https://github.com/torvalds/linux
Revision 6371e82307237dede71f884ad8e8e11faa75e8be authored by Linus Torvalds on 14 December 2010, 21:32:19 UTC, committed by Linus Torvalds on 14 December 2010, 21:32:19 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
  amd64_edac: Fix interleaving check
  EDAC: Correct MiB_TO_PAGES() macro
  EDAC: Fix workqueue-related crashes
2 parent s c3606c6 + e726f3c
Raw File
Tip revision: 6371e82307237dede71f884ad8e8e11faa75e8be authored by Linus Torvalds on 14 December 2010, 21:32:19 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Tip revision: 6371e82
Makefile
# builds the tracepoint example kernel modules;
# then to use one (as root):  insmod <module_name.ko>

obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-sample.o
obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample.o
obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample2.o
back to top