summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index f754fcd..70c8a6a 100644
--- a/README
+++ b/README
@@ -21,4 +21,11 @@ description of the license.
For instructions on how to build and install cscope, see the file,
"INSTALL".
+One thing to be pointed out is that this is ancient Unix software
+predating much of today's security concerns. While we do try to
+address safety issues as we learn about them, it must be said that
+this is in no way hardened or secure software. It's designed to be
+used by developers, not administrators or anonymous users.
+
Browse to http://cscope.sourceforge.net for more current information
+
ault ISA IRQ trigger model and polarity should be edge-rising. Current IA64 implmentation doesn't follow the specification and set default ISA IRQ trigger model as level-low. With that wrong configuration and when system runs out of interrupt vectors, it will cause vector sharing among edge triggered ISA IRQ and level triggered PCI IRQ, then interrupt storm. So change the code to follow the specification. Signed-off-by: Liu Jiang <jiang.liu@huawei.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/acpi.c')