the difference between irq save and the irq disable ?

From: mandy london
Date: Mon Sep 05 2005 - 08:34:33 EST


in my mind, irq save only store the conditions of that time , and the
following code can access the shared region and change it ,so modify
irq states .

while , disable irq keeps the states of interrupt unchangable .

but , I have no knowlege of the difference between code in irq save
and irq restore and in irq disable and irq enable ?

whethe the former can be interrupted and the later not ? only this ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/