ide: make a table 'const'
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 14 May 2010 19:32:14 +0000 (19:32 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 14 May 2010 19:32:14 +0000 (19:32 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/ide/core.c

index 075752897a0707cadb9599d2a93d2818efa64d0b..b0165bcc0282c19ed6b501e8d8686a808c2f69ac 100644 (file)
@@ -36,7 +36,7 @@
 
 #define IDE_PAGE_SIZE 4096
 
-static int smart_attributes[][5] = {
+static const int smart_attributes[][5] = {
     /* id,  flags, val, wrst, thrsh */
     { 0x01, 0x03, 0x64, 0x64, 0x06}, /* raw read */
     { 0x03, 0x03, 0x64, 0x64, 0x46}, /* spin up */