Skip to content

Commit

Permalink
[IPCONFIG]: Mark vendor_class_identifier as __initdata.
Browse files Browse the repository at this point in the history
Based upon a suggestion by Francois Romieu.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller authored and David S. Miller committed Jan 28, 2008
1 parent b209639 commit 1b0b04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/ipv4/ipconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ __be32 ic_servaddr = NONE; /* Boot server IP address */
__be32 root_server_addr = NONE; /* Address of NFS server */
u8 root_server_path[256] = { 0, }; /* Path to mount as root */

static char vendor_class_identifier[253]; /* vendor class identifier */
/* vendor class identifier */
static char vendor_class_identifier[253] __initdata;

/* Persistent data: */

Expand Down

0 comments on commit 1b0b04f

Please sign in to comment.