[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090604131400.GA31596@lst.de>
Date: Thu, 4 Jun 2009 15:14:01 +0200
From: Christoph Hellwig <hch@....de>
To: Ingo Molnar <mingo@...e.hu>,
Frederic Weisbecker <fweisbec@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: types for storing instruction pointers
Currently the _THIS_IP_ and _RET_IP_ macros aded for lockdep but now
available from kernel.org case the instruction pointer to an unsigned
long. But the %pf/%pF format for printing them want a pointer of some
sort. That's a pretty nasty situation for tracers - can we standardize
on one type for it?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists