public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* comment for forget_pte
       [not found] <87n0hm7esy.fsf@uga.edu>
@ 2003-05-19 16:06 ` Ed L Cashin
  0 siblings, 0 replies; only message in thread
From: Ed L Cashin @ 2003-05-19 16:06 UTC (permalink / raw)
  To: linux-kernel

Hi.  The kernelnewbies list didn't answer, so I'm asking here.  It's
not a big deal, but it might be a little documentation bug.
---------------

What is the meaning of the comment above forget_pte?  It's a void
function, so there's no value returned.  


/*
 * Return indicates whether a page was freed so caller can adjust rss
 */
static inline void forget_pte(pte_t page)
{
	if (!pte_none(page)) {
		printk("forget_pte: old mapping existed!\n");
		BUG();
	}
}


-- 
--Ed L Cashin     PGP public key: http://noserose.net/e/pgp/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-19 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87n0hm7esy.fsf@uga.edu>
2003-05-19 16:06 ` comment for forget_pte Ed L Cashin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox