Author: stuge Date: 2009-11-16 18:29:22 +0100 (Mon, 16 Nov 2009) New Revision: 4945
Modified: trunk/util/msrtool/darwin.c Log: msrtool: Add comment with DirectIO URL to the code where it is used.
Signed-off-by: Peter Stuge peter@stuge.se Acked-by: Peter Stuge peter@stuge.se
Modified: trunk/util/msrtool/darwin.c =================================================================== --- trunk/util/msrtool/darwin.c 2009-11-14 19:34:55 UTC (rev 4944) +++ trunk/util/msrtool/darwin.c 2009-11-16 17:29:22 UTC (rev 4945) @@ -26,6 +26,10 @@
#include "msrtool.h"
+/* This Darwin support requires DirectIO, which is available at + * http://www.coresystems.de/en/directio + */ + int darwin_probe(const struct sysdef *system) { #ifdef __DARWIN__