]> Git Repo - qemu.git/commitdiff
ide: make a table 'const'
authorBlue Swirl <[email protected]>
Fri, 14 May 2010 19:32:14 +0000 (19:32 +0000)
committerBlue Swirl <[email protected]>
Fri, 14 May 2010 19:32:14 +0000 (19:32 +0000)
Signed-off-by: Blue Swirl <[email protected]>
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 */
This page took 0.031391 seconds and 4 git commands to generate.