)]}'
{
  "commit": "2ea1c5392cc8ce249fb661db4f4cdfbbae373a89",
  "tree": "07e612d8e1e6c015f7da2702f2af4129e63db15c",
  "parents": [
    "7e9dd124b90af80824754f68c0b246cfd0fb624b"
  ],
  "author": {
    "name": "John Z. Bohach",
    "email": "jzb@aexorsyst.com",
    "time": "Fri Mar 24 03:18:19 2006 -0800"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@g5.osdl.org",
    "time": "Fri Mar 24 07:33:27 2006 -0800"
  },
  "message": "[PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTK\n\nIt appears that console_setup() code only gets compiled into the kernel if\nCONFIG_PRINTK is enabled.  One detrimental side-effect of this is that\nserial8250_console_setup() never gets invoked when CONFIG_PRINTK is not\nset, resulting in baud rate not being read/parsed from command line (i.e.\nconsole\u003dttyS0,115200n8 is ignored, at least the baud rate part...)\n\nAttached patch moves console_setup() code from inside\n\n#ifdef CONFIG_PRINTK\n\nto outside (in printk.c), removing dependence on said config. option.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "13ced0f7828f477d6edc6356dcdfd7e8617cb567",
      "old_mode": 33188,
      "old_path": "kernel/printk.c",
      "new_id": "8cc19431e74ba1d5c52095e7c0f97c56f6018734",
      "new_mode": 33188,
      "new_path": "kernel/printk.c"
    }
  ]
}
